Skip to content

Commit e600a22

Browse files
authored
move to prepublishOnly - refs mapbox/node-pre-gyp#291
1 parent 9aa9ac0 commit e600a22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"scripts": {
1212
"test": "tape test/*.test.js",
13-
"prepublish": "npm ls",
13+
"prepublishOnly": "npm ls",
1414
"install": "node-pre-gyp install --fallback-to-build",
1515
"docs": "documentation build src/standalone_async/*.cpp src/standalone/*.cpp src/object_sync/*.cpp src/object_async/*.cpp --polyglot -f md -o API.md"
1616
},

0 commit comments

Comments
 (0)