Skip to content

Commit a6fc3a6

Browse files
authored
Merge pull request #799 from kanriapp/main
fix: add missing frontend build part to CI
2 parents 05119de + dc584a5 commit a6fc3a6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ jobs:
6363
yarn config delete registry
6464
yarn install --network-timeout 1000000 --frozen-lockfile
6565
66+
- name: Build frontend
67+
run: yarn generate
68+
6669
- uses: tauri-apps/tauri-action@v0
6770
id: release
6871
env:

0 commit comments

Comments
 (0)