Skip to content

Commit ab33137

Browse files
author
Norman Rusch
committed
Fix postinstall of husky
1 parent 8e2587e commit ab33137

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

package-lock.json

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
},
1212
"main": "index.js",
1313
"scripts": {
14-
"postinstall": "husky install",
1514
"docs": "concat -o README.md ./docs/intro.md ./docs/installation.md ./docs/usage.md ./docs/options.md ./docs/functions.md ./docs/contribution.md ./docs/license.md",
1615
"audit": "snyk test",
1716
"test": "jest lib/ --verbose --coverage && codecov",
1817
"lint": "eslint . --ext .js",
19-
"release": "HUSKY=0 release-it"
18+
"release": "HUSKY=0 release-it",
19+
"prepare": "husky install"
2020
},
2121
"keywords": [
2222
"validation",

0 commit comments

Comments
 (0)