Skip to content

Commit cd2bd57

Browse files
KyleAMathewsclaude
andcommitted
ci: Add build check for React todo example
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent 6a0bd5f commit cd2bd57

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/pr.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,3 +57,15 @@ jobs:
5757
repo-token: "${{ secrets.GITHUB_TOKEN }}"
5858
pattern: "./packages/react-db/dist/**/*.{js,mjs}"
5959
comment-key: "react-db-package-size"
60+
build-example:
61+
name: Build Example Site
62+
runs-on: ubuntu-latest
63+
steps:
64+
- name: Checkout
65+
uses: actions/[email protected]
66+
- name: Setup Tools
67+
uses: tanstack/config/.github/setup@main
68+
- name: Build Example Site
69+
run: |
70+
cd examples/react/todo
71+
pnpm build

0 commit comments

Comments
 (0)