Skip to content
This repository was archived by the owner on Apr 20, 2025. It is now read-only.

Commit ac22389

Browse files
chore: update commit-msg hook
1 parent 780b5fd commit ac22389

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.husky/commit-msg

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

0 commit comments

Comments
 (0)