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 e43fcd8 commit 077b19aCopy full SHA for 077b19a
package.json
@@ -32,7 +32,7 @@
32
"test": "ava --fail-fast",
33
"cleanup": "npx del-cli @type \"lib/**/*.js\"",
34
"postinstall": "husky install",
35
- "prepublishOnly": "pinst --disable",
+ "prepublishOnly": "npm run cleanup && npm run build && pinst --disable",
36
"postpublish": "pinst --enable"
37
},
38
"author": "Nick K.",
0 commit comments