Try the new expo cli again
Some checks failed
Build Flutter Web and Docker Image for Local Registry / Build React Native Web App (push) Failing after 5m47s

This commit is contained in:
whysman 2025-02-21 20:22:31 -05:00
parent 2fe57d5ed7
commit eb0841945a

View File

@ -27,10 +27,12 @@ jobs:
run: npm install run: npm install
- name: Install Expo - name: Install Expo
run: npx expo start run: |
npx expo install expo@latest
npx expo install --fix
- name: Build - name: Build
run: expo export --platform web run: npx expo export --platform web
- name: List Directory - name: List Directory
run: | run: |