build(grunt): correct grunt commands

This commit is contained in:
Jason Dreyzehner 2016-10-06 00:47:00 -04:00
commit efcfb37ebf
2 changed files with 5 additions and 6 deletions

View file

@ -79,7 +79,6 @@
"final:www": "npm run clean && npm run build:www-release",
"final:ios": "npm run final:www && npm run build:ios-release && npm run open:ios",
"final:android": "npm run final:www && npm run build:android-release && npm run open:android",
"final:all-mac": "npm run final:www npm run build:ios-release npm run build:android-release && npm run open:ios && npm run open:android",
"run:android": "cordova run android --device",
"log:android": "adb logcat | grep chromium",
"apply:copay": "cd app-template && node apply.js",