Skip to content

Commit e1af4d6

Browse files
committed
Re-activate husky commitlint checker after it was deactivated.
1 parent 4d58617 commit e1af4d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.husky/commit-msg

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

4-
#npx yarn commitlint --edit $1
4+
npx yarn commitlint --edit $1

0 commit comments

Comments
 (0)