We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a0bd5f commit 1b48b49Copy full SHA for 1b48b49
.github/workflows/pr.yml
@@ -57,3 +57,17 @@ jobs:
57
repo-token: "${{ secrets.GITHUB_TOKEN }}"
58
pattern: "./packages/react-db/dist/**/*.{js,mjs}"
59
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 Packages
69
+ run: pnpm run build
70
+ - name: Build Example Site
71
+ run: |
72
+ cd examples/react/todo
73
+ pnpm build
0 commit comments