Skip to content

Commit

Permalink
ci: check types first
Browse files Browse the repository at this point in the history
  • Loading branch information
fgnass committed Oct 12, 2024
1 parent 474cd45 commit cffcced
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
node-version: 18
- name: Install dependencies
run: npm install
- name: Check types
run: npm run typecheck
- name: Run tests
run: npm test
- name: Run typecheck
run: npm run typecheck
- name: Publish Preview Release
run: npx pkg-pr-new publish

0 comments on commit cffcced

Please sign in to comment.