We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ab7706 commit 1a43836Copy full SHA for 1a43836
1 file changed
.github/workflows/release.yml
@@ -103,10 +103,11 @@ jobs:
103
}
104
$json | ConvertTo-Json -Depth 100 | Set-Content -Encoding utf8 $confPath
105
106
- - name: Install frontend dependencies
+ - name: Install and build frontend
107
run: |
108
cd frontend
109
npm install
110
+ npm run build
111
112
- name: Build and Upload to Release
113
uses: tauri-apps/tauri-action@v0
0 commit comments