diff --git a/vercel.json b/vercel.json index 34741e2..ea46327 100644 --- a/vercel.json +++ b/vercel.json @@ -1,3 +1,3 @@ { - "buildCommand": "pwd && ls && ls .. && cd .. && pnpm -s docgen && cd docs && pnpm -s build" + "buildCommand": "cd .. && echo 1 && pnpm -s docgen && echo 2 && cd docs && echo 3 && pnpm -s build" }