Skip to content

Commit 9014612

Browse files
committed
fix: fix developer hub vercel build command
1 parent af0448f commit 9014612

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/developer-hub/vercel.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"$schema": "https://openapi.vercel.sh/vercel.json",
3-
"buildCommand": "turbo run build:vercel --filter @pythnetwork/developer-hub"
3+
"buildCommand": "turbo run build --filter @pythnetwork/developer-hub"
44
}

0 commit comments

Comments
 (0)