fix: remove the ignore script from vercel.

This commit is contained in:
Ahmed Bouhuolia
2023-03-06 01:54:51 +02:00
committed by GitHub
parent 2263cf5657
commit a142b734d3

View File

@@ -3,7 +3,6 @@
"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"
}