Skip to content

Commit cce69f5

Browse files
committed
Use bundler to execute xcpretty
1 parent bf966d2 commit cce69f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sample/scripts/test_ios

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ fi
1111

1212
cd ios
1313

14-
xcodebuild build-for-testing test -workspace ReactNative.xcworkspace -scheme ReactNative -destination "$dest" -skipPackagePluginValidation -sdk iphonesimulator ASSETCATALOG_COMPILER_OPTIMIZATION=time COMPILER_INDEX_STORE_ENABLE=NO | xcpretty -c
14+
xcodebuild build-for-testing test -workspace ReactNative.xcworkspace -scheme ReactNative -destination "$dest" -skipPackagePluginValidation -sdk iphonesimulator ASSETCATALOG_COMPILER_OPTIMIZATION=time COMPILER_INDEX_STORE_ENABLE=NO | bundle exec xcpretty -c

0 commit comments

Comments
 (0)