Skip to content
This repository was archived by the owner on Jul 13, 2023. It is now read-only.

Commit 3a6dd18

Browse files
authored
move to prepublishOnly - refs mapbox/node-pre-gyp#291
1 parent dd6694c commit 3a6dd18

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 readme src/*.cpp --polyglot --section=API"
1616
},

0 commit comments

Comments
 (0)