Files
bigcapital/vercel.json
2023-02-13 21:38:37 +02:00

10 lines
287 B
JSON

{
"buildCommand": "npm run build:webapp",
"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"
}
}