fix(ci): resolve lint and docs build failures

This commit is contained in:
Peter Steinberger
2026-01-04 18:04:23 +00:00
parent 16ce76307e
commit bcdfe461d4
15 changed files with 9 additions and 33 deletions

View File

@@ -39,7 +39,7 @@
"dev": "tsx src/index.ts",
"docs:list": "tsx scripts/docs-list.ts",
"docs:dev": "cd docs && mint dev",
"docs:build": "cd docs && mint broken-links",
"docs:build": "cd docs && pnpm dlx mint broken-links",
"build": "tsc -p tsconfig.json && tsx scripts/canvas-a2ui-copy.ts",
"release:check": "tsx scripts/release-check.ts",
"ui:install": "pnpm -C ui install",