Skip to content

Commit

Permalink
chore: add bundle install phase to yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
ALexanderLonsky committed Oct 26, 2023
1 parent 7957d19 commit edd869d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"android": "NODE_OPTIONS=--openssl-legacy-provider react-native run-android",
"build:android": "NODE_OPTIONS=--openssl-legacy-provider scripts/build.android.sh",
"build:ios": ". ../scripts/sim.defaults.sh && scripts/build.ios.sh",
"gem:install": "bundle install",
"ios": "NODE_OPTIONS=--openssl-legacy-provider react-native run-ios",
"pods": "pod-install",
"start": "NODE_OPTIONS=--openssl-legacy-provider react-native start"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"!**/__mocks__"
],
"scripts": {
"bootstrap": "yarn example && yarn && yarn pods",
"bootstrap": "yarn example gem:install && yarn example && yarn && yarn pods",
"clean": "del-cli android/build example/android/build example/android/app/build example/ios/build",
"detox:bootstrap:android": ". ./scripts/avd.defaults.sh && ./scripts/avd.create.sh && ./scripts/avd.run.sh",
"detox:bootstrap:ios": ". ./scripts/sim.defaults.sh && ./scripts/sim.create.sh",
Expand Down

0 comments on commit edd869d

Please sign in to comment.