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

This commit is contained in:
cpojer
2026-02-03 21:34:49 +09:00
parent a03d852d65
commit a8893094ea

View File

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