Skip to content

Commit 9624dde

Browse files
authored
fix: support git commit -m with commitlint hook (#640)
Co-authored-by: Omer Cohen <omercnet@users.noreply.github.com>
1 parent 269d859 commit 9624dde

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 +1 @@
1-
npx --no -- commitlint --edit ${1}
1+
npx --no -- commitlint --edit "$1"

0 commit comments

Comments
 (0)