diff --git a/web/vercel.json b/web/vercel.json index a9a3a0aa..1bfd4fa0 100644 --- a/web/vercel.json +++ b/web/vercel.json @@ -9,5 +9,5 @@ "headers": [{"key": "Cache-Control", "value": "no-cache"}] } ], - "ignoreCommand": "git diff $VERCEL_GIT_PREVIOUS_SHA $VERCEL_GIT_COMMIT_SHA --quiet -- web/ common/" + "ignoreCommand": "git fetch --depth=2 && git diff HEAD^ HEAD --quiet -- web/ common/" }