Skip to content

Commit e3240c7

Browse files
committed
dont generate docs on build
1 parent 8dbf7d3 commit e3240c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"private": true,
55
"type": "module",
66
"scripts": {
7-
"build": "bun run generate:api && next build",
7+
"build": "next build",
88
"dev": "next dev",
99
"start": "next start",
1010
"postinstall": "fumadocs-mdx",

0 commit comments

Comments
 (0)