mirror of
https://github.com/hcengineering/platform.git
synced 2025-02-06 02:47:45 +00:00
9075e300ca
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
23 lines
447 B
JSON
23 lines
447 B
JSON
{
|
|
"incrementalBuildIgnoredGlobs": [
|
|
"temp/**",
|
|
"dist_cache/**",
|
|
"coverage/**"
|
|
],
|
|
"disableBuildCacheForProject": false,
|
|
|
|
"operationSettings": [
|
|
{
|
|
"operationName": "build",
|
|
"outputFolderNames": ["lib", "dist_cache"]
|
|
},
|
|
{
|
|
"operationName": "test",
|
|
"outputFolderNames": ["coverage"]
|
|
},
|
|
{
|
|
"operationName": "build:watch",
|
|
"outputFolderNames": ["lib", "dist_cache"]
|
|
}
|
|
]
|
|
} |