Skip to content

Commit 16634e4

Browse files
committed
fix(vercel): use turbo directly in build command
1 parent f98d5ac commit 16634e4

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 build --filter=nextjs",
3+
"buildCommand": "turbo build --filter=nextjs",
44
"installCommand": "pnpm install",
55
"framework": "nextjs",
66
"outputDirectory": "apps/nextjs/.next",

0 commit comments

Comments
 (0)