Skip to content

Commit 388c339

Browse files
committed
fix: prevent Husky v10 failures by removing legacy hook initialization
Removed deprecated `husky.sh` initialization from the `commit-msg` hook to ensure compatibility with upcoming Husky v10.
1 parent 4520360 commit 388c339

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.husky/commit-msg

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

0 commit comments

Comments
 (0)