Skip to content

Commit 50fcf04

Browse files
committed
🚧 chore(husky): add commit-msg hook
1 parent 3854f31 commit 50fcf04

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.husky/commit-msg

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/sh
2+
. "$(dirname "$0")/_/husky.sh"
3+
4+
npx commitlint --edit $1

0 commit comments

Comments
 (0)