We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65ea802 commit beaa32dCopy full SHA for beaa32d
.github/workflows/ci.yml
@@ -75,6 +75,9 @@ jobs:
75
librsvg2-dev \
76
patchelf
77
78
+ - name: Build web assets (Vite)
79
+ run: yarn build
80
+
81
- name: Build Tauri (Linux)
82
uses: tauri-apps/tauri-action@v0
83
with:
src-tauri/tauri.conf.json
@@ -4,7 +4,9 @@
4
"identifier": "com.betaflight.app",
5
"build": {
6
"beforeDevCommand": "yarn dev",
7
+ "beforeDevCommandCwd": "..",
8
"beforeBuildCommand": "yarn build",
9
+ "beforeBuildCommandCwd": "..",
10
"devUrl": "http://localhost:8000",
11
"frontendDist": "../dist"
12
},
0 commit comments