Skip to content

Commit a39d605

Browse files
authored
Fix ci (#60)
1 parent efec9d7 commit a39d605

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
main-branch-name: main
3131
- name: Run Checks
32-
run: pnpm run lint && pnpm run test && pnpm run build
32+
run: pnpm run lint && pnpm run build && pnpm run test
3333
preview:
3434
name: Preview
3535
runs-on: ubuntu-latest

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup Tools
3030
uses: tanstack/config/.github/setup@main
3131
- name: Run Tests
32-
run: pnpm run lint && pnpm run test && pnpm run build
32+
run: pnpm run lint && pnpm run build && pnpm run test
3333
- name: Run Changesets (version or publish)
3434
uses: changesets/[email protected]
3535
with:

0 commit comments

Comments
 (0)