Skip to content

Commit 947056f

Browse files
Copilothotlong
andcommitted
fix: run turbo directly in vercel.json buildCommand to avoid pnpm -w issue
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>
1 parent 8915c0b commit 947056f

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)