mirror of
https://github.com/docmost/docmost
synced 2025-03-28 21:13:28 +00:00
17 lines
206 B
JSON
17 lines
206 B
JSON
{
|
|
"targetDefaults": {
|
|
"build": {
|
|
"dependsOn": [
|
|
"^build"
|
|
],
|
|
"cache": true
|
|
},
|
|
"lint": {
|
|
"cache": true
|
|
}
|
|
},
|
|
"affected": {
|
|
"defaultBase": "main"
|
|
}
|
|
}
|