Embed JS bundle in nightly E2E apps

This commit is contained in:
Samuel Newman
2026-07-17 15:58:28 +03:00
parent 6f8f363949
commit b6b0e41fd4
6 changed files with 30 additions and 57 deletions
+6 -1
View File
@@ -22,7 +22,12 @@
}
},
"e2e": {
"extends": "development",
"extends": "base",
"distribution": "internal",
"ios": {
"simulator": true,
"resourceClass": "large"
},
"android": {
"buildType": "apk"
},