Build: Fix commitplease husky config

Fixes gh-4735
Closes gh-4737
This commit is contained in:
Beatriz Rezener 2020-07-20 14:06:39 -03:00 committed by GitHub
parent b502866960
commit 3a1b338a7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -111,7 +111,7 @@
},
"husky": {
"hooks": {
"commit-msg": "node node_modules/commitplease",
"commit-msg": "commitplease .git/COMMIT_EDITMSG",
"pre-commit": "grunt lint:newer qunit_fixture"
}
}