From 5c5558fbd45080e384a9a71b712ceeab5c5e0260 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Dominguez Date: Wed, 5 Sep 2018 10:28:01 +0900 Subject: [PATCH] remove final --- app-template/package-template.json | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/app-template/package-template.json b/app-template/package-template.json index 845a8d246..4dbcfd767 100644 --- a/app-template/package-template.json +++ b/app-template/package-template.json @@ -89,15 +89,21 @@ "scripts": { "apply:bitcoincom": "npm i fs-extra && cd app-template && node apply.js bitcoincom && npm i && cordova prepare && cd ../ && ./fix-asn1.sh", + "build:app-release": "grunt build-app-release", + "build:mobile-release": "grunt build-mobile-release", + "build:desktop-release": "grunt build-desktop-release", + "build:android-debug": "grunt build-android-debug", "build:android-release": "grunt build-android-release", - "build:desktop-release": "grunt build-desktop-release", - "build:desktop": "grunt build-desktop", + "build:ios-debug": "grunt build-ios-debug", "build:ios-release": "grunt build-ios-release", + + "build:desktop": "grunt build-desktop", "build:osx-pkg": "grunt build-desktop-osx-pkg", "build:osx-dmg": "grunt build-desktop-osx-dmg", "build:others": "grunt build-desktop-others", + "build:windows": "cordova prepare windows && cordova build windows -- --arch=\"ARM\"", "build:windows-release": "cordova prepare windows && cordova build windows --release --arch=\"ARM\"", "build:www": "grunt", @@ -106,14 +112,6 @@ "clean": "trash platforms && trash plugins && cordova prepare", "clean-all": "git clean -dfx", - "final:android": "npm run build:android-release", - "final:app": "npm run build:app-release", - "final:desktop": "npm run build:build-desktop-release", - "final:ios": "npm run build:ios-release", - "final:mobile": "npm run build:mobile-release", - "final:windows": "npm run build:windows-release", - "final:www": "npm run build:www-release", - "log:android": "adb logcat | grep chromium", "open:android": "grunt exec:android_studio",