Skip to content

Commit 94cd37d

Browse files
committed
ci: build js first
1 parent 9ae0d99 commit 94cd37d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/async-storage.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
uses: ./.github/actions/setup-project
3030
- name: Install JS dependencies
3131
run: yarn
32+
- name: Build async-storage js
33+
run: yarn build:js
3234
- name: Bundle JS
3335
run: yarn bundle:android
3436
working-directory: examples/react-native
@@ -51,6 +53,8 @@ jobs:
5153
restore-keys: ccache-ios-
5254
- name: Install JS dependencies
5355
run: yarn
56+
- name: Build async-storage js
57+
run: yarn build:js
5458
- name: Bundle JS
5559
run: yarn bundle:ios
5660
working-directory: examples/react-native
@@ -73,6 +77,8 @@ jobs:
7377
restore-keys: ccache-ios-
7478
- name: Install JS dependencies
7579
run: yarn
80+
- name: Build async-storage js
81+
run: yarn build:js
7682
- name: Bundle JS
7783
run: yarn bundle:macos
7884
working-directory: examples/react-native
@@ -95,6 +101,8 @@ jobs:
95101
windows-fix: true
96102
- name: Install JS dependencies
97103
run: yarn
104+
- name: Build async-storage js
105+
run: yarn build:js
98106
- name: Bundle JS
99107
run: yarn bundle:windows
100108
working-directory: examples/react-native

0 commit comments

Comments
 (0)