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 c8a269f commit 934dfe8Copy full SHA for 934dfe8
package.json
@@ -60,8 +60,8 @@
60
"tape": "^5.7.5"
61
},
62
"scripts": {
63
- "prepack": "npmignore --auto --commentLines=autogenerated",
64
- "prepublishOnly": "safe-publish-latest && npm run dist",
+ "prepack": "npmignore --auto --commentLines=autogenerated && npm run dist",
+ "prepublishOnly": "safe-publish-latest",
65
"prepublish": "not-in-publish || npm run prepublishOnly",
66
"pretest": "npm run --silent readme && npm run --silent lint",
67
"test": "npm run tests-only",
0 commit comments