Skip to content

Commit

Permalink
chore(husky): run tsc in pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
remarkablemark committed Feb 18, 2024
1 parent 0fade85 commit 2092190
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npm run lint:tsc
npx lint-staged

0 comments on commit 2092190

Please sign in to comment.