File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
.github/actions/eas-build Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 7070 eas-version : latest
7171 token : ${{ inputs.EXPO_TOKEN }}
7272
73+ - name : ⚙️ Run Prebuild
74+ run : pnpm prebuild:${{ inputs.APP_ENV }}
75+ shell : bash
76+
7377 - name : 📱 Run Android Build
7478 if : ${{ inputs.ANDROID == 'true' }}
7579 run : pnpm build:${{ inputs.APP_ENV }}:android --non-interactive --no-wait --message "Build ${{ inputs.APP_ENV }} ${{ inputs.VERSION }}"
Original file line number Diff line number Diff line change 4040 "EXPO_NO_DOTENV" : " 1" ,
4141 "FLIPPER_DISABLE" : " 1"
4242 },
43-
4443 "prebuildCommand" : " prebuild --skip-dependency-update react" ,
4544 "cache" : {
4645 "key" : " eas-1"
6059 "APP_ENV" : " development" ,
6160 "EXPO_NO_DOTENV" : " 1"
6261 },
63-
6462 "prebuildCommand" : " prebuild --skip-dependency-update react" ,
6563 "cache" : {
6664 "key" : " eas-1"
You can’t perform that action at this time.
0 commit comments