mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Build: Fix commitplease husky config
Fixes gh-4735
Closes gh-4737
(cherry picked from commit 3a1b338a7a
)
This commit is contained in:
parent
25407dcaf5
commit
d32a7a524f
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user