mirror of
https://github.com/jquery/jquery.git
synced 2026-01-11 01:08:03 -05:00
Build: Fix commitplease husky config
Fixes gh-4735 Closes gh-4737
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user