chore: make sure that husky hooks are executed
This commit is contained in:
7
.husky/commit-msg
Normal file
7
.husky/commit-msg
Normal file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env sh
|
||||
|
||||
. "$(dirname "$0")/_/husky.sh"
|
||||
|
||||
npx commitlint --edit $1
|
||||
|
||||
exit 0
|
||||
@@ -1 +0,0 @@
|
||||
npm test
|
||||
Reference in New Issue
Block a user