Skip to content

Commit f5c1e86

Browse files
committed
fix: remove docgen from build script
1 parent 2bf5fa1 commit f5c1e86

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

apps/docs/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": {
77
"dev": "next",
88
"start": "next start",
9-
"build": "pnpm docgen && next build",
9+
"build": "next build",
1010
"lint": "next lint",
1111
"vercel-build": "prisma generate && next build",
1212
"prisma:generate": "prisma generate",
@@ -18,7 +18,6 @@
1818
"@heroicons/react": "1.0.6",
1919
"@hookform/resolvers": "^2.9.10",
2020
"@leafac/rehype-shiki": "^2.2.1",
21-
"@next/mdx": "^13.1.5",
2221
"@prisma/client": "^4.7.1",
2322
"@react-aria/ssr": "3.3.0",
2423
"@tanstack/react-query": "^4.20.4",

0 commit comments

Comments
 (0)