Skip to content

Commit

Permalink
build: Use bundle to install Pods
Browse files Browse the repository at this point in the history
Leverages a project-specific instance of bundler
instead of relying on the system version.
  • Loading branch information
thehale committed Jul 28, 2024
1 parent 0e62bc3 commit 8add103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"check-dependencies": "rnx-align-deps",
"fix-dependencies": "rnx-align-deps --write",
"deduplicate-dependencies": "yarn-deduplicate yarn.lock",
"pods": "cd ios && pod install && cd .."
"pods": "cd ios && bundle exec pod install && cd .."
},
"dependencies": {
"@react-native-community/slider": "^4.5.0",
Expand Down

0 comments on commit 8add103

Please sign in to comment.