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 37645d2 commit 5461a06Copy full SHA for 5461a06
.github/workflows/pr.yml
@@ -57,15 +57,3 @@ 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 Example Site
69
- run: |
70
- cd examples/react/todo
71
- pnpm build
0 commit comments