From d94e51411560c3c828b81ae372daa5c2909900a1 Mon Sep 17 00:00:00 2001 From: Sumanth Chinthagunta Date: Wed, 3 Jul 2019 14:43:09 -0700 Subject: [PATCH] fix(core): fix husky hooks --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } },