From c004dc7517aede2d66ac591616adc9b3c3f34183 Mon Sep 17 00:00:00 2001 From: chahinebrini Date: Mon, 11 May 2026 23:11:07 +0200 Subject: [PATCH] =?UTF-8?q?chore(eas):=20preview=20profile=20=E2=86=92=20d?= =?UTF-8?q?istribution:=20store=20(for=20TestFlight=20uploads)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.7 (1M context) --- apps/rebreak-native/eas.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/rebreak-native/eas.json b/apps/rebreak-native/eas.json index bd8ddeb..7b58db1 100644 --- a/apps/rebreak-native/eas.json +++ b/apps/rebreak-native/eas.json @@ -18,7 +18,7 @@ } }, "preview": { - "distribution": "internal", + "distribution": "store", "env": { "EXPO_PUBLIC_API_URL": "https://staging.rebreak.org" },