瀏覽代碼

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

fix: fix developer hub vercel build command
Connor Prussin 6 月之前
父節點
當前提交
dc2ef82c06
共有 1 個文件被更改,包括 1 次插入1 次删除
  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"
 }