Remove npm start (for now)

This commit is contained in:
Kyle Shockey
2017-03-19 18:46:50 -07:00
parent 5a62509728
commit db2caf62cb

View File

@@ -14,7 +14,6 @@
],
"license": "Apache-2.0",
"scripts": {
"start": "http-server -i -a 0.0.0.0 -p 3001",
"build": "npm run build-core && npm run build-bundle && npm run build-standalone",
"build-bundle": "webpack --config webpack-dist-bundle.config.js --colors",
"build-core": "webpack --config webpack-dist.config.js --colors",