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