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

This commit is contained in:
whysman 2025-02-21 17:17:22 -05:00
parent 16ea7d0003
commit 6ffb3aeee3

View File

@ -26,6 +26,9 @@ jobs:
- name: Install Dependencies
run: npm install
- name: Install Expo
run: npm install expo-cli
- name: Build
run: expo export --platform web