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
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:
parent
c64f0743ff
commit
c1f6c1a18d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user