Skip to content

Commit

Permalink
chore: 💚 fix typecheck command
Browse files Browse the repository at this point in the history
  • Loading branch information
CRBroughton committed Apr 18, 2024
1 parent 8e0d6de commit 8bd5f59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Run unit tests
run: bun test
- name: Run typechecker
run: bun run typechecker
run: bun run typecheck
- uses: actions/upload-artifact@v3
if: always()
with:
Expand Down

0 comments on commit 8bd5f59

Please sign in to comment.