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 18ab325 commit 8117557Copy full SHA for 8117557
1 file changed
.github/workflows/ci.yml
@@ -32,5 +32,8 @@ jobs:
32
- name: Rust check
33
run: cd src-tauri && cargo check
34
35
+ - name: Svelte sync
36
+ run: npx svelte-kit sync
37
+
38
- name: Svelte check
39
run: npx svelte-check
0 commit comments