Skip to content

Commit 4768e5f

Browse files
committed
chore(commit): fix the commit hook
1 parent 7e7c06b commit 4768e5f

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.husky/commit-msg

Lines changed: 0 additions & 3 deletions
This file was deleted.

.husky/prepare-commit-msg

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
#!/bin/sh
2+
3+
exec < /dev/tty && npm run commit --hook || true

0 commit comments

Comments
 (0)