Skip to content

Commit 9edf91e

Browse files
author
Raylan LIN
committed
ci: add debug output for typecheck failures
1 parent 6e7a01e commit 9edf91e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- uses: actions/checkout@v4
99
- uses: oven-sh/setup-bun@v2
1010
- run: bun install
11-
- run: bun run typecheck
11+
- run: bun run typecheck 2>&1 || (npx tsc --noEmit 2>&1; echo "EXIT: $?"; exit 1)
1212
- run: bun test
1313
- name: Smoke test
1414
run: |

0 commit comments

Comments
 (0)