fix(ci): run svelte-kit sync before lint to fix cache-hit tsconfig miss #568

Merged
marcel merged 1 commits from worktree-fix+ci-svelte-kit-sync-before-lint into main 2026-05-14 12:09:04 +02:00

View File

@@ -33,6 +33,10 @@ jobs:
run: npx @inlang/paraglide-js compile --project ./project.inlang --outdir ./src/lib/paraglide
working-directory: frontend
- name: Sync SvelteKit
run: npx svelte-kit sync
working-directory: frontend
- name: Lint
run: npm run lint
working-directory: frontend