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 fce7ee7 commit 7bf43f3Copy full SHA for 7bf43f3
package.json
@@ -33,9 +33,8 @@
33
"build": "tsc && npm run build:types",
34
"test": "ava --fail-fast",
35
"cleanup": "del-cli @type lib",
36
- "prepare": "npm run cleanup && npm run build",
37
"postinstall": "husky install",
38
- "prepublishOnly": "pinst --disable",
+ "prepublishOnly": "npm run cleanup && npm run build && pinst --disable",
39
"postpublish": "pinst --enable"
40
},
41
"author": "Nick K.",
0 commit comments