From 813752640f15c6683199a92605d574920feea4e8 Mon Sep 17 00:00:00 2001 From: Steven Petryk Date: Tue, 21 May 2024 16:26:44 -0700 Subject: [PATCH] how far do we get --- vercel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }