Skip to content

Commit f7a3f0a

Browse files
committed
build all packages for CI
1 parent 9aafac9 commit f7a3f0a

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build-native.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ jobs:
4343
cd packages/core
4444
bun run build:native --all
4545
bun run build:lib
46+
cd ../react
47+
bun run build
48+
cd ../solid
49+
bun run build
4650
4751
- name: Verify build outputs
4852
run: |

0 commit comments

Comments
 (0)