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
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:
parent
2fe57d5ed7
commit
eb0841945a
@ -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: |
|
||||||
|
Loading…
Reference in New Issue
Block a user