build: fix script

This commit is contained in:
himself65
2023-03-31 16:14:10 -05:00
parent 7299efe16a
commit 676a5793e2
3 changed files with 9 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
{
"build": {
"beforeDevCommand": "pnpm dev:web",
"beforeBuildCommand": "pnpm build:preload && pnpm build:affine",
"beforeDevCommand": "yarn dev:web",
"beforeBuildCommand": "yarn build:preload && yarn build:affine",
"devPath": "http://localhost:8080",
"distDir": "../public",
"withGlobalTauri": false