Ver código fonte

Merge pull request #2709 from pyth-network/cprussin/fix-dev-hub-build

fix: fix developer hub vercel build command
Connor Prussin 6 meses atrás
pai
commit
dc2ef82c06
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      apps/developer-hub/vercel.json

+ 1 - 1
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"
 }