From 019c3ad098d3b25abdd10953ddae8fc263cd625f Mon Sep 17 00:00:00 2001 From: Shawn Jackson Date: Sun, 7 Sep 2025 20:12:43 -0700 Subject: [PATCH] CU-868ex18rd Fixing internal test builds --- eas.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/eas.json b/eas.json index 2fb7a13..c582cfd 100644 --- a/eas.json +++ b/eas.json @@ -51,6 +51,7 @@ }, "internal": { "yarn": "1.22.22", + "distribution": "internal", "ios": { "image": "latest" }, @@ -59,7 +60,7 @@ "image": "latest" }, "env": { - "APP_ENV": "development", + "APP_ENV": "internal", "EXPO_NO_DOTENV": "1", "FLIPPER_DISABLE": "1" } @@ -97,4 +98,4 @@ "submit": { "production": {} } -} +} \ No newline at end of file