File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 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
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
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
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
You can’t perform that action at this time.
0 commit comments