Skip to content

Commit dd3dc93

Browse files
authored
Merge pull request #802 from mapnik/no-prepublish
move to prepublishOnly
2 parents 13005d4 + 500c9e4 commit dd3dc93

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
@@ -50,7 +50,7 @@
5050
"mapnik-shapeindex.js": "./bin/mapnik-shapeindex.js"
5151
},
5252
"scripts": {
53-
"prepublish": "npm ls",
53+
"prepublishOnly": "npm ls",
5454
"test": "jshint bin lib/index.js lib/mapnik.js && mocha -R spec --timeout 50000",
5555
"install": "node-pre-gyp install --fallback-to-build",
5656
"docs": "documentation build src/*.cpp src/mapnik_plugins.hpp --polyglot -o documentation -f html --github --name Mapnik"

0 commit comments

Comments
 (0)