mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-18 23:07:02 +08:00
build: fix script
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user