File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 52
52
run : just test-end-to-end-local-net
53
53
- name : test sqlsync-reducer
54
54
run : just test-sqlsync-reducer
55
- - name : build sqlsync react and worker packages
56
- run : just package-sqlsync-react package-sqlsync-worker
55
+ - name : build sqlsync js packages
56
+ run : just package-sqlsync-react package-sqlsync-worker package-sqlsync-solid-js
57
57
- name : build frontend
58
58
run : cd demo/frontend && pnpm build
59
+ - name : build cloudflare backend
60
+ run : cd demo/cloudflare-backend && cargo install -q worker-build && worker-build
59
61
- name : build examples
60
62
run : cd examples/guestbook-react && pnpm build
Original file line number Diff line number Diff line change @@ -30,3 +30,4 @@ dist-ssr
30
30
/lib /sqlsync-react /dist
31
31
/llvm
32
32
/target
33
+ /.pnpm-store
You can’t perform that action at this time.
0 commit comments