File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 5050 - name : Setup
5151 uses : ./.github/actions/setup
5252
53+ - name : Build package
54+ run : yarn prepare
55+
5356 - name : Cache turborepo for Android
5457 uses : actions/cache@v3
5558 with :
@@ -106,6 +109,9 @@ jobs:
106109 - name : Setup
107110 uses : ./.github/actions/setup
108111
112+ - name : Build package
113+ run : yarn prepare
114+
109115 - name : Cache turborepo for Android new arch
110116 uses : actions/cache@v3
111117 with :
@@ -162,6 +168,9 @@ jobs:
162168 - name : Setup
163169 uses : ./.github/actions/setup
164170
171+ - name : Build package
172+ run : yarn prepare
173+
165174 - name : Cache turborepo for iOS
166175 uses : actions/cache@v3
167176 with :
@@ -202,6 +211,9 @@ jobs:
202211 - name : Setup
203212 uses : ./.github/actions/setup
204213
214+ - name : Build package
215+ run : yarn prepare
216+
205217 - name : Cache turborepo for iOS
206218 uses : actions/cache@v3
207219 with :
Original file line number Diff line number Diff line change 66 "scripts" : {
77 "start" : " expo start" ,
88 "reset-project" : " node ./scripts/reset-project.js" ,
9+ "build:android" : " expo prebuild --platform android && expo run:android" ,
10+ "build:ios" : " expo prebuild --platform ios && expo run:ios" ,
911 "android" : " expo run:android" ,
1012 "ios" : " expo run:ios" ,
1113 "web" : " expo start --web" ,
You can’t perform that action at this time.
0 commit comments