update build.yaml to npx expo install
Some checks failed
Build Flutter Web and Docker Image for Local Registry / Build React Native Web App (push) Failing after 5m9s

This commit is contained in:
whysman 2025-02-21 17:59:11 -05:00
parent c64f0743ff
commit c1f6c1a18d

View File

@ -27,7 +27,7 @@ jobs:
run: npm install
- name: Install Expo
run: npm install -g expo-cli
run: npx expo install react-dom react-native-web @expo/metro-runtime
- name: Build
run: expo export --platform web