mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-04-28 03:30:40 +00:00
fix: use react-jsx for typecheck (#280)
This commit is contained in:
parent
6b3ef9f939
commit
358281f0fd
2 changed files with 2 additions and 3 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
|
@ -47,8 +47,7 @@ jobs:
|
|||
|
||||
# 6. Type Checking
|
||||
- name: Run type check
|
||||
run: npm run typecheck # Or: tsc --noEmit
|
||||
continue-on-error: true
|
||||
run: npm run typecheck
|
||||
|
||||
# 7. Build
|
||||
# Optional if your tests run directly on TS files (e.g., using ts-jest, ts-node)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue