Skip to content

Commit 81a8236

Browse files
committed
chore: add -r —no-bail to typecheck task
This ensures that you get a complete picture of all test results across your entire monorepo in a single run.
1 parent aa873c6 commit 81a8236

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ jobs:
2121
- name: Install Dependencies
2222
run: pnpm install --frozen-lockfile
2323
- run: pnpm run lint
24-
- run: pnpm run typecheck
24+
- run: pnpm run -r --no-bail typecheck
2525
- run: pnpm run test:unit

0 commit comments

Comments
 (0)