Skip to content

Commit e846ef6

Browse files
authored
Merge pull request #278 from objectstack-ai/copilot/fix-vercel-build-errors
2 parents 88f04ec + 947056f commit e846ef6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vercel.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "https://openapi.vercel.sh/vercel.json",
3-
"buildCommand": "pnpm -w run build:vercel",
3+
"buildCommand": "turbo run build --filter='!@objectos/site'",
44
"outputDirectory": "apps/web/dist",
55
"installCommand": "pnpm install --no-frozen-lockfile",
66
"framework": null,

0 commit comments

Comments
 (0)