Build: Fix commitplease husky config

Fixes gh-4735
Closes gh-4737

(cherry picked from commit 3a1b338a7a)
This commit is contained in:
Beatriz Rezener 2020-07-20 14:06:39 -03:00 committed by Michał Gołębiowski-Owczarek
parent 25407dcaf5
commit d32a7a524f

View File

@ -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"
}
}