Skip to content

Commit c9e55cd

Browse files
committed
fix: add Vercel buildCommand to build workspace packages and run next build directly
The previous build:site pipeline skipped building workspace packages (relying on stale cache) and ran next build through vp which buffered stdout, hiding errors and OOM kills.
1 parent 9094ca3 commit c9e55cd

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/vercel.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"cleanUrls": true
2+
"cleanUrls": true,
3+
"buildCommand": "cd .. && corepack enable && pnpm run build && pnpm --filter @blocknote/dev-scripts run gen && cd docs && pnpm exec fumadocs-mdx && NODE_OPTIONS='--max-old-space-size=6144' pnpm exec next build"
34
}

0 commit comments

Comments
 (0)