fix: fix developer hub vercel build command
@@ -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"
}