From ebb3b962a8750bfc1ae31b6dcb750c83143aed46 Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Thu, 16 Mar 2023 16:31:05 +0900 Subject: [PATCH] Fix eas build --- front/apps/mobile/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/front/apps/mobile/package.json b/front/apps/mobile/package.json index d22e6200..3fb76799 100644 --- a/front/apps/mobile/package.json +++ b/front/apps/mobile/package.json @@ -7,8 +7,8 @@ "android": "expo start --android", "ios": "expo start --ios", "web": "expo start --web", - "build": "eas build --profile production --platform android --non-interactive", - "build:dev": "eas build --profile development --platform android --non-interactive", + "build": "ENTRY_FILE=./index.tsx eas build --profile production --platform android --non-interactive", + "build:dev": "ENTRY_FILE=./index.tsx eas build --profile development --platform android --non-interactive", "update": "eas update --auto --channel prod" }, "dependencies": {