Skip to content

Commit dc2ef82

Browse files
authored
Merge pull request #2709 from pyth-network/cprussin/fix-dev-hub-build
fix: fix developer hub vercel build command
2 parents af0448f + 9014612 commit dc2ef82

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)