This commit is contained in:
MartinBraquet
2026-03-01 23:31:08 +01:00
parent ad1b3e813e
commit 9ccdeb6997

View File

@@ -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/"
}