Skip to content

Commit 3d816d9

Browse files
committed
fix: ios publish
Add prebuild step to ios publish
1 parent 261246c commit 3d816d9

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ios-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
- name: Install JS dependencies
2929
working-directory: ./app
3030
run: npm ci
31+
- name: Prebuild
32+
run: npm run prebuild
33+
working-directory: ./app
3134

3235
- name: Build JS bundle (optional)
3336
working-directory: ./app

.github/workflows/ios-publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ jobs:
5555
- name: Install JS dependencies
5656
working-directory: ./app
5757
run: npm ci
58+
- name: Prebuild
59+
run: npm run prebuild
60+
working-directory: ./app
5861

5962
- name: Build JS bundle (optional)
6063
working-directory: ./app

0 commit comments

Comments
 (0)