We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a317fb commit 18a92eeCopy full SHA for 18a92ee
2 files changed
apps/docs/package.json
@@ -5,7 +5,7 @@
5
"description": "ObjectStack Protocol Documentation Site",
6
"scripts": {
7
"dev": "next dev",
8
- "build": "next build",
+ "build": "pnpm --filter @objectstack/spec gen:docs && next build",
9
"site:start": "next start",
10
"site:lint": "next lint"
11
},
packages/spec/package.json
@@ -71,7 +71,7 @@
71
"README.md"
72
],
73
74
- "build": "pnpm gen:schema && pnpm gen:docs && tsup",
+ "build": "pnpm gen:schema && tsup",
75
"dev": "tsc --watch",
76
"clean": "rm -rf dist",
77
"gen:schema": "tsx scripts/build-schemas.ts",
0 commit comments