Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bae4ff24ea |
@@ -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