Skip to content

Commit 20da0df

Browse files
committed
conf: modify conf
1 parent 30685b0 commit 20da0df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src-tauri/tauri.conf.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"build": {
3-
"beforeDevCommand": "pnpm dev",
4-
"beforeBuildCommand": "pnpm build",
3+
"beforeDevCommand": "yarn dev",
4+
"beforeBuildCommand": "yarn build",
55
"devPath": "http://localhost:1420",
66
"distDir": "../dist",
77
"withGlobalTauri": true

0 commit comments

Comments
 (0)