From 2fe57d5ed79e0adc4028702124c93a2c340dc565 Mon Sep 17 00:00:00 2001 From: whysman Date: Fri, 21 Feb 2025 18:25:58 -0500 Subject: [PATCH] Try the new expo cli --- .gitea/workflows/build.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 656f157..15a06dd 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -27,7 +27,7 @@ jobs: run: npm install - name: Install Expo - run: npx expo install react-dom react-native-web @expo/metro-runtime + run: npx expo start - name: Build run: expo export --platform web