diff --git a/vercel.json b/vercel.json index ebbbedb30..184498610 100644 --- a/vercel.json +++ b/vercel.json @@ -3,6 +3,7 @@ "devCommand": "npm run dev:webapp", "installCommand": "npm install && npm run bootstrap", "outputDirectory": "packages/webapp/build", + "ignoreCommand": "git diff HEAD^ HEAD --quiet ./packages/webapp/", "env": { "CI": "false" }