mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-15 17:16:16 +08:00
fix: build affine before build tauri
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"build": {
|
||||
"beforeDevCommand": "pnpm dev:prerequisite",
|
||||
"beforeBuildCommand": "pnpm build:web",
|
||||
"beforeBuildCommand": "pnpm build:web && pnpm build:affine && pnpm build:preload",
|
||||
"devPath": "http://localhost:8080",
|
||||
"distDir": "../dist",
|
||||
"withGlobalTauri": false
|
||||
|
||||
Reference in New Issue
Block a user