Skip to content

Commit

Permalink
fix(package.json): change run start way (NG-ZORRO#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
3fuyu authored and sWhite01111 committed Oct 15, 2018
1 parent 8adcbb0 commit 68a0453
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 && node --max_old_space_size=8192 ./node_modules/.bin/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=/",
"build": "node ./scripts/site/generate-site init && ng build",
"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 68a0453

Please sign in to comment.