Skip to content

Commit

Permalink
ci: fix build check in pr workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sripwoud committed Jul 19, 2024
1 parent 6ca689d commit 400adbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: pnpm -r typecheck

- name: Check build
run: pnpm -r build
run: pnpm -r --link-workspace-packages build

- name: Test
run: pnpm test.ci

0 comments on commit 400adbb

Please sign in to comment.