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.
prepublishOnly
1 parent 9714be7 commit c0e3ac4Copy full SHA for c0e3ac4
1 file changed
package.json
@@ -20,7 +20,8 @@
20
"license": "MIT",
21
"main": "index",
22
"scripts": {
23
- "prepublish": "safe-publish-latest",
+ "prepublish": "not-in-publish || npm run prepublishOnly",
24
+ "prepublishOnly": "safe-publish-latest",
25
"pretest": "npm run --silent lint && evalmd README.md",
26
"test": "npm run tests-only",
27
"posttest": "aud --production",
0 commit comments