diff --git a/package.json b/package.json index 4c7443159..3188cc5e4 100644 --- a/package.json +++ b/package.json @@ -58,7 +58,7 @@ "docs:list": "tsx scripts/docs-list.ts", "docs:bin": "bun build scripts/docs-list.ts --compile --outfile bin/docs-list", "docs:dev": "cd docs && mint dev", - "docs:build": "cd docs && pnpm dlx mint broken-links", + "docs:build": "cd docs && pnpm dlx --reporter append-only mint broken-links", "build": "tsc -p tsconfig.json && tsx scripts/canvas-a2ui-copy.ts", "release:check": "tsx scripts/release-check.ts", "ui:install": "node scripts/ui.js install",