Skip to content

Conversation

KyleAMathews
Copy link
Collaborator

@KyleAMathews KyleAMathews commented Jul 10, 2025

Summary

  • Added a new GitHub Actions job to build the React todo example site
  • The check runs pnpm build in the examples/react/todo/ directory
  • Build succeeds/fails based on the exit code of the build command

Fixes #188

Test plan

  • Verify the new workflow job runs on PRs
  • Confirm build failures are properly caught and reported

🤖 Generated with Claude Code

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
Copy link

changeset-bot bot commented Jul 10, 2025

⚠️ No Changeset found

Latest commit: 9dc7c89

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

Copy link

pkg-pr-new bot commented Jul 10, 2025

@tanstack/db-example-react-todo

npm i https://pkg.pr.new/@tanstack/db@249
npm i https://pkg.pr.new/@tanstack/db-collections@249
npm i https://pkg.pr.new/@tanstack/react-db@249
npm i https://pkg.pr.new/@tanstack/vue-db@249

commit: 9dc7c89

Copy link
Contributor

github-actions bot commented Jul 10, 2025

Size Change: 0 B

Total Size: 31.4 kB

ℹ️ View Unchanged
Filename Size
./packages/db/dist/esm/collection.js 8.23 kB
./packages/db/dist/esm/deferred.js 230 B
./packages/db/dist/esm/errors.js 150 B
./packages/db/dist/esm/index.js 528 B
./packages/db/dist/esm/optimistic-action.js 294 B
./packages/db/dist/esm/proxy.js 3.75 kB
./packages/db/dist/esm/query/builder/functions.js 531 B
./packages/db/dist/esm/query/builder/index.js 3.4 kB
./packages/db/dist/esm/query/builder/ref-proxy.js 842 B
./packages/db/dist/esm/query/compiler/evaluators.js 1.34 kB
./packages/db/dist/esm/query/compiler/group-by.js 2.09 kB
./packages/db/dist/esm/query/compiler/index.js 1.42 kB
./packages/db/dist/esm/query/compiler/joins.js 1.15 kB
./packages/db/dist/esm/query/compiler/order-by.js 933 B
./packages/db/dist/esm/query/compiler/select.js 657 B
./packages/db/dist/esm/query/ir.js 318 B
./packages/db/dist/esm/query/live-query-collection.js 2.06 kB
./packages/db/dist/esm/SortedMap.js 1.24 kB
./packages/db/dist/esm/transactions.js 2.29 kB

compressed-size-action::db-package-size

Copy link
Contributor

github-actions bot commented Jul 10, 2025

Size Change: 0 B

Total Size: 1.05 kB

ℹ️ View Unchanged
Filename Size
./packages/react-db/dist/esm/index.js 152 B
./packages/react-db/dist/esm/useLiveQuery.js 902 B

compressed-size-action::react-db-package-size

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
Copy link
Collaborator

@samwillis samwillis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@KyleAMathews KyleAMathews merged commit 1b48b49 into main Jul 10, 2025
5 checks passed
@KyleAMathews KyleAMathews deleted the add-example-build-check branch July 10, 2025 21:47
cursor bot pushed a commit that referenced this pull request Jul 16, 2025
Co-authored-by: Claude <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add tests for the example app

2 participants