Merge pull request #185 from Bitcoin-com/wallet/task/393

Improvement 393 - Open in Chrome when serving Wallet during development
This commit is contained in:
Sebastiaan Pasma 2018-06-19 15:55:56 +02:00 committed by GitHub
commit f2cad11153
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",