Skip to content
This repository was archived by the owner on Oct 20, 2022. It is now read-only.

Commit 504c1b1

Browse files
Merge pull request #394 from netlify/chore/fix-husky
chore: fix Husky
2 parents de85e9e + 1d181bd commit 504c1b1

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

package.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"exports": "./src/index.js",
77
"main": "./src/index.js",
88
"scripts": {
9+
"prepare": "husky install node_modules/@netlify/eslint-config-node/.husky/",
910
"prepublishOnly": "npm ci && npm test",
1011
"test": "run-s format test:dev",
1112
"test:dev": "ava",
@@ -53,12 +54,6 @@
5354
],
5455
"verbose": true
5556
},
56-
"husky": {
57-
"hooks": {
58-
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
59-
"pre-push": "npm run format"
60-
}
61-
},
6257
"repository": {
6358
"type": "git",
6459
"url": "git+https://github.com/netlify/netlify-redirect-parser.git"

0 commit comments

Comments
 (0)