We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0097a39 commit f3c0915Copy full SHA for f3c0915
1 file changed
.github/workflows/ci.yml
@@ -67,6 +67,9 @@ jobs:
67
- name: Setup
68
uses: ./.github/actions/setup
69
70
+ - name: Build library bundle
71
+ run: yarn prepare
72
+
73
- name: Build example for Web
74
run: |
75
yarn example expo export --platform web
0 commit comments