File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 52
52
path : example/ios/Pods
53
53
key : ${{ hashFiles('./example/ios/Podfile.lock') }}
54
54
55
+ - name : Bundle app
56
+ run : yarn build:ios
57
+ working-directory : example/ios
58
+
55
59
- name : Install example Pods
56
60
run : pod install
57
61
working-directory : example/ios
Original file line number Diff line number Diff line change 34
34
"bootstrap-fabric" : " yarn example && yarn && yarn example pods-fabric" ,
35
35
"test:e2e:android" : " bash ./scripts/run-maestro-tests.sh android" ,
36
36
"run-example-android" : " cd example;yarn build:android;react-native run-android --mode \" Release\" --appId com.pagerviewexample" ,
37
- "run-example-ios" : " cd example;yarn build:ios; react-native run-ios --mode \" Release\" --simulator \" iPhone 13 (15.2)\" " ,
37
+ "run-example-ios" : " cd example;react-native run-ios --mode \" Release\" --simulator \" iPhone 13 (15.2)\" " ,
38
38
"test:e2e:ios" : " bash ./scripts/run-maestro-tests.sh ios"
39
39
},
40
40
"keywords" : [
You can’t perform that action at this time.
0 commit comments