We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14576cb commit f8c5cd6Copy full SHA for f8c5cd6
test/package.json
@@ -2,5 +2,8 @@
2
"name": "publish-helper-test-package",
3
"version": "1.0.0",
4
"main": "index.js",
5
- "license": "ISC"
6
-}
+ "license": "ISC",
+ "scripts": {
7
+ "prepublishOnly": "echo 'This is a prepublish script.'"
8
+ }
9
+}
0 commit comments