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

@ -6,8 +6,9 @@
"postinstall": "npm run apply:copay",
"start": "echo && echo \"Choose a distribution by running 'npm run apply:copay' or 'npm run apply:bitpay'.\" && echo",
"preapply": "npm i fs-extra",
"apply:copay": "npm run preapply && cd app-template && node apply.js copay && cd .. && npm i",
"apply:bitpay": "npm run preapply && cd app-template && node apply.js bitpay && cd .. && npm i"
"apply:copay": "npm run preapply && cd app-template && node apply.js copay && cd .. && npm i && npm run postapply",
"apply:bitpay": "npm run preapply && cd app-template && node apply.js bitpay && cd .. && npm i && npm run postapply",
"clean-all": "git clean -dfx"
},
"license": "MIT",
"repository": {