Skip to content

Commit 652736d

Browse files
authored
docs: fix reference documentation generation on CI (#7024)
1 parent 2488618 commit 652736d

File tree

5 files changed

+2
-2346
lines changed

5 files changed

+2
-2346
lines changed

docs/docs-new/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"private": true,
77
"scripts": {
88
"dev": "next dev",
9-
"prebuild": "echo './scripts/docs-gen.sh'",
9+
"prebuild": "./scripts/docs-gen.sh",
1010
"build": "next build",
1111
"postbuild": "next-sitemap",
1212
"start": "next start",

0 commit comments

Comments
 (0)