Skip to content

Commit

Permalink
chore(husky): remove deprecated lines from hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
travi committed Jul 26, 2024
1 parent 008a5a9 commit 969e585
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx --no-install commitlint --edit $1
npx --no-install commitlint --edit $1
5 changes: 1 addition & 4 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npm test
npm test

0 comments on commit 969e585

Please sign in to comment.