Skip to content

Commit 06c71d6

Browse files
authored
Merge pull request #575 from objectstack-ai/copilot/fix-job-step-issues
2 parents 5f09c53 + 5883276 commit 06c71d6

File tree

177 files changed

+1824
-14804
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

177 files changed

+1824
-14804
lines changed

apps/docs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"license": "Apache-2.0",
77
"scripts": {
88
"dev": "next dev",
9-
"build": "pnpm --filter @objectstack/spec gen:docs && next build",
9+
"build": "pnpm --filter @objectstack/spec gen:schema && pnpm --filter @objectstack/spec gen:docs && next build",
1010
"site:start": "next start",
1111
"site:lint": "next lint"
1212
},

0 commit comments

Comments
 (0)