From 9014612aea9b59017bcc32728dee636e4a0b24d2 Mon Sep 17 00:00:00 2001 From: Connor Prussin Date: Tue, 20 May 2025 17:54:22 -0700 Subject: [PATCH] fix: fix developer hub vercel build command --- apps/developer-hub/vercel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }