Skip to content

Commit ff4c7f6

Browse files
chore(action): undo change
1 parent 6d99961 commit ff4c7f6

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/actions/eas-build/action.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@ runs:
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 }}"

eas.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@
4040
"EXPO_NO_DOTENV": "1",
4141
"FLIPPER_DISABLE": "1"
4242
},
43-
4443
"prebuildCommand": "prebuild --skip-dependency-update react",
4544
"cache": {
4645
"key": "eas-1"
@@ -60,7 +59,6 @@
6059
"APP_ENV": "development",
6160
"EXPO_NO_DOTENV": "1"
6261
},
63-
6462
"prebuildCommand": "prebuild --skip-dependency-update react",
6563
"cache": {
6664
"key": "eas-1"

0 commit comments

Comments
 (0)