From 216cb37f30afe0a278aa8093c5dfc48e3e34db51 Mon Sep 17 00:00:00 2001 From: Anix Date: Fri, 5 Jul 2019 00:45:04 +0530 Subject: [PATCH] chore: removed dev-server script removed the webpack-dev-server script as the addition of tests and it was incompatible for windows --- package.json | 1 - 1 file changed, 1 deletion(-) 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": {