Reuse local EAS builds for nightly E2E

This commit is contained in:
Samuel Newman
2026-07-17 13:47:31 +03:00
parent 822e803da2
commit ce9ccef515
8 changed files with 148 additions and 47 deletions
+11
View File
@@ -21,6 +21,17 @@
"EXPO_PUBLIC_ENV": "production"
}
},
"e2e": {
"extends": "development",
"android": {
"buildType": "apk"
},
"env": {
"EXPO_PUBLIC_ENV": "e2e",
"NODE_ENV": "test",
"RN_SRC_EXT": "e2e.ts,e2e.tsx"
}
},
"preview": {
"extends": "base",
"distribution": "internal",