Skip to content

Commit 68a259d

Browse files
Claudehotlong
andauthored
chore: optimize server Vercel deployment with filtered install
Agent-Logs-Url: https://github.com/objectstack-ai/objectui/sessions/cfb3df4a-57c5-4215-8e75-d419129c9c18 Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent deea41b commit 68a259d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/server/vercel.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://openapi.vercel.sh/vercel.json",
33
"framework": null,
4-
"installCommand": "cd ../.. && pnpm install --frozen-lockfile",
4+
"installCommand": "cd ../.. && pnpm install --frozen-lockfile --filter @object-ui/server...",
55
"buildCommand": "bash scripts/build-vercel.sh",
66
"build": {
77
"env": {

0 commit comments

Comments
 (0)