Run command for Android emulator.
This commit is contained in:
parent
101e33ec36
commit
8bc73353d5
2 changed files with 5 additions and 0 deletions
|
|
@ -126,6 +126,7 @@
|
|||
"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:android": "grunt start-android",
|
||||
"start:android-emulator": "grunt start-android",
|
||||
"start:android-log": "grunt start-android && npm run log:android",
|
||||
"start:ios": "grunt start-ios",
|
||||
"start:windows": "npm run build:www && npm run build:windows",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue