From a8893094eae10b5a8c6592d6fe7363d9c9b4034d Mon Sep 17 00:00:00 2001 From: cpojer Date: Tue, 3 Feb 2026 21:34:49 +0900 Subject: [PATCH] fix: CI: We no longer need to test the tsc build with Bun, we are always using `tsdown` to build now. --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 071d16cd6b..974670957b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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