Skip to content

Commit

Permalink
chore: removed dev-server script
Browse files Browse the repository at this point in the history
removed the webpack-dev-server script as the addition of tests and it was incompatible for windows
  • Loading branch information
anikethsaha committed Jul 4, 2019
1 parent 10f91e2 commit 216cb37
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package.json
Expand Up @@ -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": {
Expand Down

0 comments on commit 216cb37

Please sign in to comment.