Skip to content

Commit f3c0915

Browse files
committed
ci: add yarn prepare step to build-web job before exporting web example
1 parent 0097a39 commit f3c0915

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ jobs:
6767
- name: Setup
6868
uses: ./.github/actions/setup
6969

70+
- name: Build library bundle
71+
run: yarn prepare
72+
7073
- name: Build example for Web
7174
run: |
7275
yarn example expo export --platform web

0 commit comments

Comments
 (0)