fix: CI: We no longer need to test the tsc build with Bun, we are always using `tsdown` to build now.

main
cpojer 2026-02-03 21:34:49 +09:00
parent a03d852d65
commit a8893094ea
No known key found for this signature in database
GPG Key ID: C29F94A3201118AF
1 changed files with 0 additions and 3 deletions

View File

@ -89,9 +89,6 @@ jobs:
- runtime: bun - runtime: bun
task: test task: test
command: pnpm canvas:a2ui:bundle && bunx vitest run command: pnpm canvas:a2ui:bundle && bunx vitest run
- runtime: bun
task: build
command: bunx tsc -p tsconfig.json --noEmit false
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4