fix: land #569 (thanks @bjesuiter)

This commit is contained in:
Peter Steinberger
2026-01-09 15:05:47 +01:00
parent 7dcf19d902
commit 92b792b3f0
3 changed files with 39 additions and 1 deletions

View File

@@ -16,7 +16,7 @@ jobs:
command: pnpm lint
- runtime: node
task: test
command: pnpm test
command: node scripts/ci-sanitize-output.mjs pnpm test
- runtime: node
task: build
command: pnpm build