]> source.dussan.org Git - jquery.git/commitdiff
Build: Fix commitplease husky config
authorBeatriz Rezener <beatrizrezener@users.noreply.github.com>
Mon, 20 Jul 2020 17:06:39 +0000 (14:06 -0300)
committerGitHub <noreply@github.com>
Mon, 20 Jul 2020 17:06:39 +0000 (19:06 +0200)
Fixes gh-4735
Closes gh-4737

package.json

index 71fb5fd6437f2e869e8277913cb2680cb328c76a..699b1c999960f9d7c895b44fbc7de474fda3a3ec 100644 (file)
   },
   "husky": {
     "hooks": {
-      "commit-msg": "node node_modules/commitplease",
+      "commit-msg": "commitplease .git/COMMIT_EDITMSG",
       "pre-commit": "grunt lint:newer qunit_fixture"
     }
   }