Skip to content

Commit b518bfd

Browse files
Copilothuangyiirene
andcommitted
Fix typecheck workflow: remove --noEmit flag incompatible with tsc -b
Co-authored-by: huangyiirene <7665279+huangyiirene@users.noreply.github.com>
1 parent fb42342 commit b518bfd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/typecheck.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ jobs:
3131

3232
- name: Run TypeScript type check
3333
run: |
34-
echo "Running TypeScript compiler in type-check mode..."
35-
pnpm tsc -b --noEmit
34+
echo "Running TypeScript compiler in build mode for type checking..."
35+
pnpm tsc -b
3636
timeout-minutes: 5

0 commit comments

Comments
 (0)