Skip to content

Commit e346711

Browse files
committed
🐛(git hook): fix the file to make it executable
-
1 parent 63b0c68 commit e346711

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.husky/prepare-commit-msg

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

4+
echo "Husky: prepare-commit-msg"
45
exec < /dev/tty && yarn commit --hook || true

0 commit comments

Comments
 (0)