Remove prepublish from package.json

(closes #4246)
This commit is contained in:
JamesKingdom
2017-08-19 03:03:03 +01:00
parent b4c42546e4
commit 49dc6395d7

View File

@@ -21,7 +21,6 @@
"dist:svg:id": "node svg/spriteify.js --svg svg/iD-sprite.src.svg --json svg/iD-sprite.json > dist/img/iD-sprite.svg",
"imagery": "node data/update_imagery",
"lint": "eslint *.js js/id test/spec modules",
"prepublish": "npm run all",
"start": "node development_server.js develop",
"test": "npm-run-all -s lint build test:**",
"test:phantom": "phantomjs --web-security=no node_modules/mocha-phantomjs-core/mocha-phantomjs-core.js test/index.html spec",