diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 071d16cd6..974670957 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