fix(ci): run svelte-kit sync before pnpm check to generate .svelte-kit/tsconfig.json
Some checks failed
Release / release (push) Failing after 56s
Some checks failed
Release / release (push) Failing after 56s
This commit is contained in:
@@ -46,6 +46,9 @@ jobs:
|
||||
- name: Install frontend deps
|
||||
run: pnpm --dir frontend install --frozen-lockfile
|
||||
|
||||
- name: Generate SvelteKit types
|
||||
run: pnpm --dir frontend exec svelte-kit sync
|
||||
|
||||
- name: Install Playwright browsers
|
||||
run: pnpm --dir frontend exec playwright install --with-deps chromium
|
||||
|
||||
|
||||
@@ -48,6 +48,9 @@ jobs:
|
||||
- name: Install frontend deps
|
||||
run: pnpm --dir frontend install --frozen-lockfile
|
||||
|
||||
- name: Generate SvelteKit types
|
||||
run: pnpm --dir frontend exec svelte-kit sync
|
||||
|
||||
- name: Type check (frontend)
|
||||
run: pnpm --dir frontend exec tsgo --version && pnpm --dir frontend check
|
||||
|
||||
|
||||
Reference in New Issue
Block a user