fix: CI: We no longer need to test the tsc build with Bun, we are always using `tsdown` to build now.
parent
a03d852d65
commit
a8893094ea
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue