chore: update vercel config

This commit is contained in:
a.bouhuolia
2023-02-08 00:02:43 +02:00
parent 0e673ffa7c
commit d0e84fb51a

View File

@@ -4,6 +4,6 @@
"installCommand": "npm install && npm run bootstrap",
"outputDirectory": "packages/webapp/build",
"env": {
"CI": false
"CI": "false"
}
}