diff options
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 22c47006..c4dd263c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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) |
