update build.yaml to install expo-cli global
Some checks failed
Build Flutter Web and Docker Image for Local Registry / Build React Native Web App (push) Failing after 5m40s
Some checks failed
Build Flutter Web and Docker Image for Local Registry / Build React Native Web App (push) Failing after 5m40s
This commit is contained in:
parent
6ffb3aeee3
commit
c64f0743ff
@ -27,7 +27,7 @@ jobs:
|
|||||||
run: npm install
|
run: npm install
|
||||||
|
|
||||||
- name: Install Expo
|
- name: Install Expo
|
||||||
run: npm install expo-cli
|
run: npm install -g expo-cli
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: expo export --platform web
|
run: expo export --platform web
|
||||||
|
Loading…
Reference in New Issue
Block a user