File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 4545 echo "$(npm prefix -g)/bin" >> $GITHUB_PATH
4646 - name : Generate native Android project
4747 working-directory : ${{ env.WORKING_DIRECTORY }}
48- run : npx expo run:android --no-build-cache --no-install
48+ run : npx expo prebuild --platform android --no-install
4949 - name : Build app
5050 working-directory : ${{ env.WORKING_DIRECTORY }}/android
5151 run : ./gradlew assembleDebug --build-cache -PreactNativeArchitectures=arm64-v8a
Original file line number Diff line number Diff line change 4343 echo "$(npm prefix -g)/bin" >> $GITHUB_PATH
4444 - name : Generate native iOS project
4545 working-directory : apps/llm
46- run : npx expo run:ios --no-build-cache --no-install
46+ run : npx expo prebuild --platform ios --no-install
47+ - name : Install CocoaPods dependencies
48+ working-directory : apps/llm/ios
49+ run : pod install
4750 - name : Build app
4851 working-directory : apps/llm/ios
4952 run : |
You can’t perform that action at this time.
0 commit comments