Removed duplicate logging for Android, and created start:android-log.

This commit is contained in:
Brendon Duncan 2018-09-05 09:56:19 +12:00
commit ea23b26795
2 changed files with 3 additions and 2 deletions

View file

@ -127,6 +127,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-log": "grunt start-android && npm run log:android",
"start:ios": "grunt start-ios",
"start:windows": "npm run build:www && npm run build:windows",