Skip to content

Commit 6d0cfe8

Browse files
committed
1 parent ca750ef commit 6d0cfe8

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
- name: Install dependencies
3030
run: npm install
3131

32+
- name: Build frontend
33+
run: npm run build
34+
3235
- name: Build and release
3336
uses: tauri-apps/tauri-action@v0
3437
env:

.github/workflows/tip.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ jobs:
2929
- name: Install dependencies
3030
run: npm install
3131

32+
- name: Build frontend
33+
run: npm run build
34+
3235
- name: Build Tauri app
3336
run: npm run tauri:build
3437

0 commit comments

Comments
 (0)