diff --git a/apps/developer-hub/vercel.json b/apps/developer-hub/vercel.json index 922e63c804..2bd52dc492 100644 --- a/apps/developer-hub/vercel.json +++ b/apps/developer-hub/vercel.json @@ -1,4 +1,4 @@ { "$schema": "https://openapi.vercel.sh/vercel.json", - "buildCommand": "turbo run build:vercel --filter @pythnetwork/developer-hub" + "buildCommand": "turbo run build --filter @pythnetwork/developer-hub" }