We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 144f4b9 commit d42a124Copy full SHA for d42a124
package.json
@@ -32,7 +32,7 @@
32
"test": "ava --fail-fast",
33
"cleanup": "npx rimraf @type \"lib/**/*.js\"",
34
"prepare": "npm run cleanup && npm run build",
35
- "_postinstall": "husky install",
+ "postinstall": "husky install",
36
"prepublishOnly": "pinst --disable",
37
"postpublish": "pinst --enable"
38
},
0 commit comments