Skip to content

Commit

Permalink
chore: 🔧 include type-checking
Browse files Browse the repository at this point in the history
Updated pre-commit hook to include type-checking
  • Loading branch information
andrewdyer committed Jan 21, 2025
1 parent 6ee4d6f commit e2fe221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
npm run format && npm run test
npm run format && npm run type-check && npm test

0 comments on commit e2fe221

Please sign in to comment.