mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-11 18:30:30 +00:00
10 lines
287 B
JSON
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"
|
|
}
|
|
} |