Skip to content

Commit

Permalink
Separate start external and normal start since
Browse files Browse the repository at this point in the history
This since external doesn't seem to work on windows
  • Loading branch information
simonbengtsson committed Apr 9, 2020
1 parent 9d8cea9 commit 0cf831b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@
"webpack-dev-server": "^3.10.3"
},
"scripts": {
"start": "webpack-dev-server -d --open --host 0.0.0.0",
"start": "webpack-dev-server -d --open",
"start-external": "webpack-dev-server -d --open --host 0.0.0.0",
"build": "webpack --mode=production && webpack --mode=production --minified && npm run types",
"test": "mocha --require ts-node/register",
"format-all": "prettier --write src",
Expand Down

0 comments on commit 0cf831b

Please sign in to comment.