Skip to content

Commit 85c121b

Browse files
author
Larry Botha
committed
chore(commit-msg): use local commitlint
1 parent 1fbb2e4 commit 85c121b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.husky/commit-msg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/sh
22
. "$(dirname "$0")/_/husky.sh"
33

4-
commitlint \
4+
$(npm bin)/commitlint \
55
--help-url="https://github.com/tjinauyeung/svelte-forms-lib/#commit-message-conventions" \
66
--edit "$1"

0 commit comments

Comments
 (0)