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

This commit is contained in:
whysman 2025-02-21 17:37:09 -05:00
parent 6ffb3aeee3
commit c64f0743ff

View File

@ -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