Compare commits

...

1 Commits

Author SHA1 Message Date
Ahmed Bouhuolia
a142b734d3 fix: remove the ignore script from vercel. 2023-03-06 01:54:51 +02:00

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