build(cordova): build with new app assets
This commit is contained in:
parent
3068fc31f4
commit
be1648e488
13 changed files with 116 additions and 113 deletions
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue