Skip to content

Commit a6447e8

Browse files
committed
ci(husky): simplify commit-msg hook script
1 parent a88e5e2 commit a6447e8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.husky/commit-msg

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

0 commit comments

Comments
 (0)