add an apk to production build outputs

This commit is contained in:
Hailey
2024-06-01 13:26:17 -07:00
parent 708a80e7a7
commit 4a5439b8c3
2 changed files with 40 additions and 0 deletions
+14
View File
@@ -46,6 +46,20 @@
"EXPO_PUBLIC_ENV": "production"
}
},
"production-apk": {
"extends": "base",
"distribution": "internal",
"ios": {
"autoIncrement": false
},
"android": {
"autoIncrement": false
},
"channel": "production",
"env": {
"EXPO_PUBLIC_ENV": "production"
}
},
"testflight": {
"extends": "base",
"ios": {