build(package): give more helpful note at the end of the install process

This commit is contained in:
Jason Dreyzehner 2016-10-19 22:03:57 -04:00
commit 45dfe7b5de
2 changed files with 5 additions and 3 deletions

View file

@ -79,7 +79,8 @@
"shelljs": "^0.3.0"
},
"scripts": {
"postinstall": "bower install && echo && echo \"To finish, choose a distribution by running 'npm run apply:copay' or 'npm run apply:bitpay'.\" && echo",
"postinstall": "bower install && npm run postapply",
"postapply": "echo && echo \"To finish, choose a distribution by running 'npm run apply:copay' or 'npm run apply:bitpay'.\" && echo",
"start": "npm run build:www && ionic serve --nolivereload --nogulp -s",
"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",