Skip to content

Commit 87e8aad

Browse files
committed
update github actions, run act to verify
1 parent 5f56f88 commit 87e8aad

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/actions.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,11 @@ jobs:
5252
run: just test-end-to-end-local-net
5353
- name: test sqlsync-reducer
5454
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
5757
- name: build frontend
5858
run: cd demo/frontend && pnpm build
59+
- name: build cloudflare backend
60+
run: cd demo/cloudflare-backend && cargo install -q worker-build && worker-build
5961
- name: build examples
6062
run: cd examples/guestbook-react && pnpm build

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,4 @@ dist-ssr
3030
/lib/sqlsync-react/dist
3131
/llvm
3232
/target
33+
/.pnpm-store

0 commit comments

Comments
 (0)