We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9aafac9 commit f7a3f0aCopy full SHA for f7a3f0a
1 file changed
.github/workflows/build-native.yml
@@ -43,6 +43,10 @@ jobs:
43
cd packages/core
44
bun run build:native --all
45
bun run build:lib
46
+ cd ../react
47
+ bun run build
48
+ cd ../solid
49
50
51
- name: Verify build outputs
52
run: |
0 commit comments