diff --git a/package.json b/package.json index c32e1cfdb6..d51c7b3e3d 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,6 @@ "build:client:live": "webpack ./client-src/live/index.js -o client/live.bundle.js --color --config client-src/live/webpack.config.js", "build:client:sockjs": "webpack ./client-src/sockjs/index.js -o client/sockjs.bundle.js --color --config client-src/sockjs/webpack.config.js", "build:client": "rimraf ./client/* && npm-run-all -s -l -p \"build:client:**\"", - "webpack-dev-server": "cd $INIT_CWD && node ../../../bin/webpack-dev-server.js", "release": "standard-version" }, "dependencies": {