chore(docs): wire docs:check-links and docs npm scripts

This commit is contained in:
Janpeter Visser 2026-05-03 01:16:27 +02:00
parent 822db9472b
commit d7039b60ef

View file

@ -16,7 +16,9 @@
"db:erd:watch": "chokidar \"prisma/schema.prisma\" -c \"npm run db:erd\"",
"db:insert-milestone": "tsx scripts/insert-milestone.ts",
"seed": "prisma db seed",
"docs:index": "node scripts/generate-docs-index.mjs"
"docs:index": "node scripts/generate-docs-index.mjs",
"docs:check-links": "node scripts/check-doc-links.mjs",
"docs": "npm run docs:index && npm run docs:check-links"
},
"dependencies": {
"@base-ui/react": "^1.4.1",