Skip to content

Commit 8117557

Browse files
committed
Fix CI: run svelte-kit sync before svelte-check
1 parent 18ab325 commit 8117557

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,8 @@ jobs:
3232
- name: Rust check
3333
run: cd src-tauri && cargo check
3434

35+
- name: Svelte sync
36+
run: npx svelte-kit sync
37+
3538
- name: Svelte check
3639
run: npx svelte-check

0 commit comments

Comments
 (0)