ci) run svelte-kit sync before tests
Some checks failed
PR Checks / lint-test-and-docker-build (pull_request) Failing after 1m42s

This commit is contained in:
2026-02-20 22:19:54 -05:00
parent 5331a05136
commit 3455afe396

View File

@@ -28,6 +28,9 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: bun install --frozen-lockfile run: bun install --frozen-lockfile
- name: Generate SvelteKit files
run: bun run prepare
- name: Lint - name: Lint
run: bun run lint run: bun run lint