Skip to content

Commit ed8c654

Browse files
committed
chore(commit): fix
1 parent 4768e5f commit ed8c654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.husky/prepare-commit-msg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/sh
22

3-
exec < /dev/tty && npm run commit --hook || true
3+
exec < /dev/tty && npm run commit -- --hook || true

0 commit comments

Comments
 (0)