File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 2020 "shell" : {
2121 "scripts" : {
2222 "install" : [" yarn install" ],
23- "install:pods" : [" cd ios && pod install && cd .. " ],
23+ "install:pods" : [" ( cd ios && pod install) " ],
2424 "build:android" : [
2525 " yarn install" ,
26- " cd android && ./gradlew assembleRelease assembleAndroidTest -DtestBuildType=release && cd .. "
26+ " ( cd android && ./gradlew assembleRelease assembleAndroidTest -DtestBuildType=release) "
2727 ],
2828 "build:ios" : [
2929 " yarn install" ,
30- " cd ios && pod install && cd .. " ,
30+ " ( cd ios && pod install) " ,
3131 " ios.sh xcodebuild -workspace ios/AnalyticsReactNativeE2E.xcworkspace -scheme AnalyticsReactNativeE2E -configuration Release -sdk iphonesimulator -derivedDataPath ios/build"
3232 ],
3333 "test:e2e:android" : [
3434 " yarn install" ,
35- " cd android && ./gradlew assembleRelease assembleAndroidTest -DtestBuildType=release && cd .. " ,
35+ " ( cd android && ./gradlew assembleRelease assembleAndroidTest -DtestBuildType=release) " ,
3636 " yarn detox test --configuration android.emu.release"
3737 ],
3838 "test:e2e:ios" : [
3939 " yarn install" ,
40- " cd ios && pod install && cd .. " ,
40+ " ( cd ios && pod install) " ,
4141 " ios.sh xcodebuild -workspace ios/AnalyticsReactNativeE2E.xcworkspace -scheme AnalyticsReactNativeE2E -configuration Release -sdk iphonesimulator -derivedDataPath ios/build" ,
4242 " yarn detox test --configuration ios.sim.release"
4343 ],
Original file line number Diff line number Diff line change 2020 "shell" : {
2121 "scripts" : {
2222 "install" : [" yarn install" ],
23- "install:pods" : [" cd ios && pod install && cd .. " ],
23+ "install:pods" : [" ( cd ios && pod install) " ],
2424 "build:android" : [
2525 " yarn install" ,
26- " cd android && ./gradlew assembleRelease assembleAndroidTest -DtestBuildType=release && cd .. "
26+ " ( cd android && ./gradlew assembleRelease assembleAndroidTest -DtestBuildType=release) "
2727 ],
2828 "build:ios" : [
2929 " yarn install" ,
30- " cd ios && pod install && cd .. " ,
30+ " ( cd ios && pod install) " ,
3131 " ios.sh xcodebuild -workspace ios/AnalyticsReactNativeE2E.xcworkspace -scheme AnalyticsReactNativeE2E -configuration Release -sdk iphonesimulator -derivedDataPath ios/build"
3232 ],
3333 "test:e2e:android" : [
3434 " yarn install" ,
35- " cd android && ./gradlew assembleRelease assembleAndroidTest -DtestBuildType=release && cd .. " ,
35+ " ( cd android && ./gradlew assembleRelease assembleAndroidTest -DtestBuildType=release) " ,
3636 " yarn detox test --configuration android.emu.release"
3737 ],
3838 "test:e2e:ios" : [
3939 " yarn install" ,
40- " cd ios && pod install && cd .. " ,
40+ " ( cd ios && pod install) " ,
4141 " ios.sh xcodebuild -workspace ios/AnalyticsReactNativeE2E.xcworkspace -scheme AnalyticsReactNativeE2E -configuration Release -sdk iphonesimulator -derivedDataPath ios/build" ,
4242 " yarn detox test --configuration ios.sim.release"
4343 ],
You can’t perform that action at this time.
0 commit comments