File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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 --repo-update && cd .." ],
23+ "install:pods" : [" cd ios && pod install && cd .." ],
2424 "build:android" : [
2525 " yarn install" ,
2626 " cd android && ./gradlew assembleRelease assembleAndroidTest -DtestBuildType=release && cd .."
2727 ],
2828 "build:ios" : [
2929 " yarn install" ,
30- " cd ios && pod install --repo-update && cd .." ,
30+ " cd ios && pod install && cd .." ,
3131 " ios.sh xcodebuild -workspace ios/AnalyticsReactNativeE2E.xcworkspace -scheme AnalyticsReactNativeE2E -configuration Release -sdk iphonesimulator -derivedDataPath ios/build"
3232 ],
3333 "test:e2e:android" : [
3737 ],
3838 "test:e2e:ios" : [
3939 " yarn install" ,
40- " cd ios && pod install --repo-update && cd .." ,
40+ " cd ios && pod install && cd .." ,
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 --repo-update && cd .." ],
23+ "install:pods" : [" cd ios && pod install && cd .." ],
2424 "build:android" : [
2525 " yarn install" ,
2626 " cd android && ./gradlew assembleRelease assembleAndroidTest -DtestBuildType=release && cd .."
2727 ],
2828 "build:ios" : [
2929 " yarn install" ,
30- " cd ios && pod install --repo-update && cd .." ,
30+ " cd ios && pod install && cd .." ,
3131 " ios.sh xcodebuild -workspace ios/AnalyticsReactNativeE2E.xcworkspace -scheme AnalyticsReactNativeE2E -configuration Release -sdk iphonesimulator -derivedDataPath ios/build"
3232 ],
3333 "test:e2e:android" : [
3737 ],
3838 "test:e2e:ios" : [
3939 " yarn install" ,
40- " cd ios && pod install --repo-update && cd .." ,
40+ " cd ios && pod install && cd .." ,
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