Merge pull request #91 from bigcapitalhq/vercel-ignore

fix: remove the ignore script from vercel.
This commit is contained in:
Ahmed Bouhuolia
2023-03-06 01:55:34 +02:00
committed by GitHub

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