Remove npm start (for now)
This commit is contained in:
@@ -14,7 +14,6 @@
|
|||||||
],
|
],
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"scripts": {
|
"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": "npm run build-core && npm run build-bundle && npm run build-standalone",
|
||||||
"build-bundle": "webpack --config webpack-dist-bundle.config.js --colors",
|
"build-bundle": "webpack --config webpack-dist-bundle.config.js --colors",
|
||||||
"build-core": "webpack --config webpack-dist.config.js --colors",
|
"build-core": "webpack --config webpack-dist.config.js --colors",
|
||||||
|
|||||||
Reference in New Issue
Block a user