Skip to content

Commit

Permalink
fix: build client first to generate .svelte-kit/tsconfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
EATSTEAK committed Jul 16, 2024
1 parent 26df304 commit 49e9365
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ jobs:
${{ runner.os }}-pnpm-store-
- name: Install Dependencies
run: pnpm install --frozen-lockfile
- name: Build client
run: pnpm -r --filter=client build
- name: Run prettier check
run: pnpm -r prettier
- name: Run eslint in server and types
Expand All @@ -42,7 +44,5 @@ jobs:
**/*.svelte
**/*.js
**/*.json
- name: Build client
run: pnpm -r --filter=client build
- name: Run svelte-check
run: pnpm -r check

0 comments on commit 49e9365

Please sign in to comment.