Skip to content

Commit

Permalink
Add build before tsc test
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaschlegel committed Sep 30, 2024
1 parent 3b79165 commit 3c5cafb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ jobs:
cache: 'pnpm'
- run: pnpm install
- run: pnpm eslint . --max-warnings 0
- run: pnpm build
- run: pnpm tsc

0 comments on commit 3c5cafb

Please sign in to comment.