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

Commit 767877c

Browse files
committed
chore: fix Husky
1 parent 20e1abf commit 767877c

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
@@ -13,6 +13,7 @@
1313
"!src/**/*.test.js"
1414
],
1515
"scripts": {
16+
"prepare": "husky install node_modules/@netlify/eslint-config-node/.husky/",
1617
"prepublishOnly": "npm ci && npm test",
1718
"test": "run-s format test:dev",
1819
"format": "run-s format:check-fix:*",
@@ -38,12 +39,6 @@
3839
"!test/fixtures/**/*"
3940
]
4041
},
41-
"husky": {
42-
"hooks": {
43-
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
44-
"pre-push": "npm run format"
45-
}
46-
},
4742
"keywords": [],
4843
"license": "MIT",
4944
"repository": "netlify/build-info",

0 commit comments

Comments
 (0)