Skip to content

Commit 1e47dde

Browse files
committed
CI: run Tauri before* commands at repo root (remove cd ..) to fix package.json not found
1 parent 09c745e commit 1e47dde

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
@@ -3,8 +3,8 @@
33
"version": "2025.12.0",
44
"identifier": "com.betaflight.app",
55
"build": {
6-
"beforeDevCommand": "cd .. && yarn dev",
7-
"beforeBuildCommand": "cd .. && yarn build",
6+
"beforeDevCommand": "yarn dev",
7+
"beforeBuildCommand": "yarn build",
88
"devUrl": "http://localhost:8000",
99
"frontendDist": "../dist"
1010
},

0 commit comments

Comments
 (0)