diff --git a/package.json b/package.json index 00c7d9523..fb91adba7 100644 --- a/package.json +++ b/package.json @@ -141,6 +141,7 @@ "husky": { "hooks": { "pre-commit": "lint-staged", + "prepare-commit-msg": "exec < /dev/tty && git cz --hook || true", "commit-msg": "[[ -n $HUSKY_BYPASS ]] || commitlint -E HUSKY_GIT_PARAMS" } },