From 30248fd0bebcc0f45535d8384685997fd262e6cf Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Sat, 7 Mar 2026 13:39:43 +0100 Subject: [PATCH] Fix --- web/vercel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/vercel.json b/web/vercel.json index 767d5273..1d7e962f 100644 --- a/web/vercel.json +++ b/web/vercel.json @@ -9,5 +9,5 @@ "headers": [{"key": "Cache-Control", "value": "no-cache"}] } ], - "ignoreCommand": "git fetch --unshallow 2>/dev/null || true && git diff $VERCEL_GIT_PREVIOUS_SHA $VERCEL_GIT_COMMIT_SHA --quiet -- ./ ../common/" + "ignoreCommand": "git fetch --unshallow 2>/dev/null && echo '$VERCEL_GIT_PREVIOUS_SHA $VERCEL_GIT_COMMIT_SHA' && git diff $VERCEL_GIT_PREVIOUS_SHA $VERCEL_GIT_COMMIT_SHA --quiet -- ./ ../common/" }