Feature: Added start:chrome script.
This commit is contained in:
parent
099db37cb6
commit
05d65c9dbd
1 changed files with 1 additions and 0 deletions
|
|
@ -85,6 +85,7 @@
|
|||
"scripts": {
|
||||
"postinstall": "bower install",
|
||||
"start": "npm run build:www && ionic serve --nolivereload --nogulp -s --address 0.0.0.0",
|
||||
"start:chrome": "npm run build:www && ionic serve --nolivereload --nogulp -s --address 0.0.0.0 --browser \"google chrome\"",
|
||||
"start:ios": "npm run build:www && npm run build:ios && npm run open:ios",
|
||||
"start:android": "npm run build:www && npm run build:android && npm run run:android",
|
||||
"start:windows": "npm run build:www && npm run build:windows",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue