From c5bd1337dd169769ac179c10d0463848f6d08c1b Mon Sep 17 00:00:00 2001 From: martin-mfg <2026226+martin-mfg@users.noreply.github.com> Date: Sat, 27 Sep 2025 12:06:46 +0200 Subject: [PATCH] add debug output to install command --- frontend/vercel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/vercel.json b/frontend/vercel.json index ad88d63f..905f08b2 100644 --- a/frontend/vercel.json +++ b/frontend/vercel.json @@ -1,5 +1,5 @@ { "buildCommand": "pwd && ls -l .. && yarn build-trends", "outputDirectory": "build", - "installCommand": "yarn install" + "installCommand": "pwd && ls -l .. && yarn install" } \ No newline at end of file