mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-18 13:50:31 +00:00
chore: add ignoreCommand to vercel configure
This commit is contained in:
@@ -3,6 +3,7 @@
|
|||||||
"devCommand": "npm run dev:webapp",
|
"devCommand": "npm run dev:webapp",
|
||||||
"installCommand": "npm install && npm run bootstrap",
|
"installCommand": "npm install && npm run bootstrap",
|
||||||
"outputDirectory": "packages/webapp/build",
|
"outputDirectory": "packages/webapp/build",
|
||||||
|
"ignoreCommand": "git diff HEAD^ HEAD --quiet ./packages/webapp/",
|
||||||
"env": {
|
"env": {
|
||||||
"CI": "false"
|
"CI": "false"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user