Skip to content

Commit

Permalink
Remove additional bundle step
Browse files Browse the repository at this point in the history
Additional bundle step was added just in case in:
leotm/react-native-template-new-architecture#690

But strange unable to output here, but fine in PR above
  • Loading branch information
leotm authored Aug 2, 2022
1 parent 39f75e6 commit f2f070e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@ jobs:

- name: Bundle app for release
run: npx react-native bundle --entry-file='index.js' --bundle-output='./ios/main.jsbundle' --dev=false --platform='ios' --assets-dest='./ios'

- name: Bundle app for release
run: npx react-native bundle --entry-file='index.js' --bundle-output='./ios/MyApp/main.jsbundle' --dev=false --platform='ios' --assets-dest='./ios'

- name: Build app for release
run: npx react-native run-ios --configuration Release

0 comments on commit f2f070e

Please sign in to comment.