Skip to content

Commit

Permalink
fix(notify): del start host
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangwei committed Aug 1, 2019
1 parent c4c0b53 commit 623f8c4
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 @@ -16,7 +16,7 @@
"pub-only": "cd ./built && npm publish && cd ..",
"pub": "npm run build && npm run pub-only",
"ng": "ng",
"start": "npm run build:theme && concurrently \"ng serve --port 8888 --host 0.0.0.0\" \"gulp build-theme:watch\"",
"start": "npm run build:theme && concurrently \"ng serve --port 8888\" \"gulp build-theme:watch\"",
"build:demo": "npm run build:docs",
"build:docs": "ng build demo --prod --extract-css --baseHref=/ngx-tethys/",
"test": "ng test ngx-tethys",
Expand Down

0 comments on commit 623f8c4

Please sign in to comment.