Skip to content

Commit d94e514

Browse files
committed
fix(core): fix husky hooks
1 parent 3f55590 commit d94e514

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"husky": {
7272
"hooks": {
7373
"prepare-commit-msg": "exec < /dev/tty && git cz --hook",
74-
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
74+
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS HUSKY_USE_YARN",
7575
"pre-commit": "lint-staged"
7676
}
7777
},

0 commit comments

Comments
 (0)