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 efec9d7 commit a39d605Copy full SHA for a39d605
.github/workflows/pr.yml
@@ -29,7 +29,7 @@ jobs:
29
with:
30
main-branch-name: main
31
- name: Run Checks
32
- run: pnpm run lint && pnpm run test && pnpm run build
+ run: pnpm run lint && pnpm run build && pnpm run test
33
preview:
34
name: Preview
35
runs-on: ubuntu-latest
.github/workflows/release.yml
- name: Setup Tools
uses: tanstack/config/.github/setup@main
- name: Run Tests
- name: Run Changesets (version or publish)
uses: changesets/[email protected]
0 commit comments