Remove npm install from coral-admin build

This commit is contained in:
David Erwin
2016-11-08 14:53:28 -05:00
committed by GitHub
parent 57c63348bd
commit 661b402351
+1 -1
View File
@@ -4,7 +4,7 @@
"description": "",
"main": "index.js",
"scripts": {
"build": "npm install && ./node_modules/.bin/webpack --config webpack.config.js",
"build": "./node_modules/.bin/webpack --config webpack.config.js",
"start": "./node_modules/.bin/webpack-dev-server --config webpack.config.dev.js --inline --hot --content-base public --port 3142"
},
"keywords": [],