Skip to content

Commit

Permalink
test(ios): use bundle install without params.
Browse files Browse the repository at this point in the history
  • Loading branch information
asafkorem committed Apr 24, 2024
1 parent a8c1f6e commit e4315e9
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 @@ -33,7 +33,7 @@
"start": "node ./scripts/start",
"pretest-js": "npm run build",
"test-js": "node ./scripts/test-js",
"pod-install": "cd playground/ios && BUNDLE_GEMFILE=../../Gemfile BUNDLE_PATH=~/gems/ bundle install && RCT_NEW_ARCH_ENABLED=1 bundle exec pod install",
"pod-install": "cd playground/ios && bundle install && RCT_NEW_ARCH_ENABLED=1 bundle exec pod install",
"pod-install-old-arch": "cd playground/ios && pod install",
"test-unit-ios": "node ./scripts/test-unit --ios",
"test-snapshot-ios": "node ./scripts/test-snapshot --ios",
Expand Down

0 comments on commit e4315e9

Please sign in to comment.