Skip to content

Commit

Permalink
Make sure we forbid only on commit and push
Browse files Browse the repository at this point in the history
  • Loading branch information
KeesCBakker committed Apr 22, 2024
1 parent c2e3f04 commit d3cc152
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npm test
npm test -- --forbid-only --forbid-pending
2 changes: 1 addition & 1 deletion .husky/pre-push
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npm test
npm test -- --forbid-only --forbid-pending

0 comments on commit d3cc152

Please sign in to comment.