Skip to content

Commit

Permalink
fix(module: package.json): fix a loop of Invalid Host/Origin header -…
Browse files Browse the repository at this point in the history
…> [WDS] Disconnected! (#199)
  • Loading branch information
nuonuoge authored and fisherspy committed Dec 26, 2018
1 parent e733842 commit 14f2a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"scripts": {
"ng": "ng",
"start": "npm run site:init && ng serve --port 4300 --host 0.0.0.0 --deploy-url=/",
"start": "npm run site:init && ng serve --port 4300 --host 0.0.0.0 --deploy-url=/ --disable-host-check",
"build": "node ./scripts/site/generate-site init && ng build --prod --output-hashing none",
"test": "npm run site:init && ng test --watch=false --code-coverage",
"test-watch": "npm run site:init && ng test --watch=true --code-coverage",
Expand Down

0 comments on commit 14f2a0f

Please sign in to comment.