diff --git a/package.json b/package.json index dc02c814a0..14387dc40f 100644 --- a/package.json +++ b/package.json @@ -33,8 +33,8 @@ "start": "node ./scripts/start", "pretest-js": "npm run build", "test-js": "node ./scripts/test-js", - "pod-install-new-arch": "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 && pod install", + "pod-install": "cd playground/ios && BUNDLE_GEMFILE=../../Gemfile BUNDLE_PATH=~/gems/ 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", "test-unit-android": "node ./scripts/test-unit --android", @@ -231,4 +231,4 @@ } } } -} \ No newline at end of file +}