Skip to content

Commit 036dc7f

Browse files
committed
fix: add sync-openapi to build:openapi pipeline
1 parent 66746b4 commit 036dc7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"type": "module",
66
"scripts": {
77
"build:embeddings": "tsx scripts/embeddings.ts",
8-
"build:openapi": "tsx scripts/generate-openapi.ts && prettier --write \"docs/reference/endpoints/**/*.mdx\"",
8+
"build:openapi": "tsx scripts/sync-openapi.ts && tsx scripts/generate-openapi.ts && prettier --write \"docs/reference/endpoints/**/*.mdx\"",
99
"prebuild": "pnpm run build:embeddings && pnpm run build:openapi && pnpm run link-check",
1010
"link-check": "python3 scripts/check-links.py",
1111
"lint:mdx": "tsx scripts/lint-mdx.ts",

0 commit comments

Comments
 (0)