This commit is contained in:
MartinBraquet
2026-03-01 23:30:10 +01:00
parent 50949199f4
commit ad1b3e813e

View File

@@ -9,5 +9,5 @@
"headers": [{"key": "Cache-Control", "value": "no-cache"}]
}
],
"ignoreCommand": "git diff HEAD^ HEAD --quiet -- web/ common/"
"ignoreCommand": "git diff $VERCEL_GIT_PREVIOUS_SHA $VERCEL_GIT_COMMIT_SHA --quiet -- web/ common/"
}