chore(docs): wire docs:check-links and docs npm scripts
This commit is contained in:
parent
822db9472b
commit
d7039b60ef
1 changed files with 3 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue