Skip to content

Commit 91e57c4

Browse files
committed
Add release run to test it
1 parent 0d58311 commit 91e57c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
"android-dev": "npm run build-js-dev && cordova run android",
6969
"android-stage": "npm run build-js-stage && cordova run android",
7070
"android-prod": "npm run build-js-prod && cordova run android",
71+
"android-release": "npm run build-js-release && cordova run android",
7172
"ios-dev": "npm run build-js-dev && cordova run ios",
7273
"ios-stage": "npm run build-js-stage && cordova run ios",
7374
"ios-prod": "npm run build-js-prod && cordova run ios",

0 commit comments

Comments
 (0)