Skip to content

Commit 09c745e

Browse files
committed
Fix tauri.conf.json schema error: remove unsupported *Cwd keys; run web build with 'cd .. && yarn <cmd>'
1 parent beaa32d commit 09c745e

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src-tauri/tauri.conf.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@
33
"version": "2025.12.0",
44
"identifier": "com.betaflight.app",
55
"build": {
6-
"beforeDevCommand": "yarn dev",
7-
"beforeDevCommandCwd": "..",
8-
"beforeBuildCommand": "yarn build",
9-
"beforeBuildCommandCwd": "..",
6+
"beforeDevCommand": "cd .. && yarn dev",
7+
"beforeBuildCommand": "cd .. && yarn build",
108
"devUrl": "http://localhost:8000",
119
"frontendDist": "../dist"
1210
},

0 commit comments

Comments
 (0)