We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9aa9ac0 commit e600a22Copy full SHA for e600a22
package.json
@@ -10,7 +10,7 @@
10
},
11
"scripts": {
12
"test": "tape test/*.test.js",
13
- "prepublish": "npm ls",
+ "prepublishOnly": "npm ls",
14
"install": "node-pre-gyp install --fallback-to-build",
15
"docs": "documentation build src/standalone_async/*.cpp src/standalone/*.cpp src/object_sync/*.cpp src/object_async/*.cpp --polyglot -f md -o API.md"
16
0 commit comments