Skip to content

Commit

Permalink
馃敤 updated pre-push hook (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
thecarlo committed Jan 4, 2024
1 parent b7d22a5 commit 1f0bb14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx tsc
npm run prettier
npm run lint
2 changes: 2 additions & 0 deletions .husky/pre-push
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npm run prettier
npm run lint
npx tsc
npm run test:coverage

0 comments on commit 1f0bb14

Please sign in to comment.