diff --git a/package.json b/package.json index 2ba3ccd96..ef590e3fd 100644 --- a/package.json +++ b/package.json @@ -110,7 +110,7 @@ }, "husky": { "hooks": { - "commit-msg": "node node_modules/commitplease", + "commit-msg": "commitplease .git/COMMIT_EDITMSG", "pre-commit": "grunt lint:newer qunit_fixture" } }