build(cordova): build with new app assets

This commit is contained in:
Jason Dreyzehner 2016-10-07 04:28:32 -04:00
commit be1648e488
13 changed files with 116 additions and 113 deletions

View file

@ -81,8 +81,8 @@
"final:android": "npm run final:www && npm run build:android-release && npm run open:android",
"run:android": "cordova run android --device",
"log:android": "adb logcat | grep chromium",
"apply:copay": "cd app-template && node apply.js",
"apply:bitpay": "cd app-template && node apply.js bitpay-wallet",
"apply:copay": "cd app-template && node apply.js copay",
"apply:bitpay": "cd app-template && node apply.js bitpay",
"test": "./node_modules/.bin/grunt test-coveralls",
"clean": "git clean -dfx && npm install"
},