diff --git a/package.json b/package.json index 0183e1636..5425df213 100644 --- a/package.json +++ b/package.json @@ -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" } },