Skip to content

Commit

Permalink
fix(core): fix husky hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
xmlking committed Jul 3, 2019
1 parent 3f55590 commit d94e514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -71,7 +71,7 @@
"husky": {
"hooks": {
"prepare-commit-msg": "exec < /dev/tty && git cz --hook",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS HUSKY_USE_YARN",
"pre-commit": "lint-staged"
}
},
Expand Down

0 comments on commit d94e514

Please sign in to comment.