File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 58
58
timeout_minutes : 10
59
59
retry_wait_seconds : 60
60
60
max_attempts : 3
61
- command : yarn --no-audit --prefer-offline
61
+ command : yarn --no-audit --prefer-offline && yarn --no-audit --prefer-offline example:prepare
62
62
63
63
- name : Configure JDK
64
64
uses : actions/setup-java@v3
@@ -140,7 +140,7 @@ jobs:
140
140
timeout_minutes : 10
141
141
retry_wait_seconds : 60
142
142
max_attempts : 3
143
- command : yarn --no-audit --prefer-offline
143
+ command : yarn --no-audit --prefer-offline && yarn --no-audit --prefer-offline example:prepare
144
144
145
145
- name : Build iOS App
146
146
run : |
Original file line number Diff line number Diff line change 12
12
"build:all" : " yarn build:clean && yarn build && yarn example:build:android && yarn example:build:ios" ,
13
13
"build:clean" : " rimraf ios/build android/build example/android/app/build example/ios/build example/macos/build" ,
14
14
"build:docs" : " typedoc --excludeExternals --out typedocs --plugin typedoc-plugin-markdown --hideBreadcrumbs --entryPoints lib/index.d.ts" ,
15
- "prepare" : " yarn build && yarn tsc:compile && yarn example:prepare " ,
15
+ "prepare" : " yarn build && yarn tsc:compile" ,
16
16
"example:prepare" : " cd example && yarn && cd ios && (pod install || true) && cd ../macos && (pod install || true)" ,
17
17
"example:build:android" : " cd example/android && ./gradlew assembleDebug" ,
18
18
"example:build:ios" : " cd example && (xcodebuild -workspace ios/RNAppleAuthExample.xcworkspace -scheme RNAppleAuthExample -configuration Debug -sdk iphonesimulator -derivedDataPath ios/build -UseModernBuildSystem=YES | xcbeautify || true)" ,
You can’t perform that action at this time.
0 commit comments