We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
safe-publish-latest
prepublishOnly
1 parent 0e8f19d commit 379115dCopy full SHA for 379115d
package.json
@@ -54,6 +54,8 @@
54
"tap-parser": "^3.0.5"
55
},
56
"scripts": {
57
+ "prepublishOnly": "safe-publish-latest",
58
+ "prepublish": "not-in-publish || npm run prepublishOnly",
59
"prelint": "eclint check",
60
"lint": "eslint . bin/*",
61
"pretest": "npm run lint",
0 commit comments