We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d58311 commit 91e57c4Copy full SHA for 91e57c4
package.json
@@ -68,6 +68,7 @@
68
"android-dev": "npm run build-js-dev && cordova run android",
69
"android-stage": "npm run build-js-stage && cordova run android",
70
"android-prod": "npm run build-js-prod && cordova run android",
71
+ "android-release": "npm run build-js-release && cordova run android",
72
"ios-dev": "npm run build-js-dev && cordova run ios",
73
"ios-stage": "npm run build-js-stage && cordova run ios",
74
"ios-prod": "npm run build-js-prod && cordova run ios",
0 commit comments