mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-21 10:41:04 +03:00
23 lines
412 B
JSON
23 lines
412 B
JSON
|
{
|
||
|
"incrementalBuildIgnoredGlobs": [
|
||
|
"temp/**",
|
||
|
"lib/**",
|
||
|
"coverage/**"
|
||
|
],
|
||
|
"disableBuildCacheForProject": false,
|
||
|
|
||
|
"operationSettings": [
|
||
|
{
|
||
|
"operationName": "build",
|
||
|
"outputFolderNames": ["lib"]
|
||
|
},
|
||
|
{
|
||
|
"operationName": "test",
|
||
|
"outputFolderNames": ["coverage"]
|
||
|
},
|
||
|
{
|
||
|
"operationName": "build:watch",
|
||
|
"outputFolderNames": ["lib"]
|
||
|
}
|
||
|
]
|
||
|
}
|