fix: tauri npm scripts (#955)

This commit is contained in:
lin onetwo
2023-02-14 14:51:05 +08:00
committed by GitHub
parent 36e6da52a5
commit b69eb3437b
7 changed files with 65 additions and 33 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"build": {
"beforeDevCommand": "pnpm dev:prerequisite",
"beforeDevCommand": "pnpm build:preload && pnpm dev:prerequisite",
"beforeBuildCommand": "pnpm build:preload && pnpm build:affine",
"devPath": "http://localhost:8080",
"distDir": "../public",