mirror of
https://github.com/hcengineering/platform.git
synced 2025-02-01 00:11:05 +00:00
9075e300ca
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
24 lines
432 B
JSON
24 lines
432 B
JSON
{
|
|
"incrementalBuildIgnoredGlobs": [
|
|
"lib/**",
|
|
"rush-logs/**",
|
|
"coverage/**",
|
|
".rush/**"
|
|
],
|
|
"disableBuildCacheForProject": false,
|
|
|
|
"operationSettings": [
|
|
{
|
|
"operationName": "build",
|
|
"outputFolderNames": ["lib"]
|
|
},
|
|
{
|
|
"operationName": "test",
|
|
"outputFolderNames": ["coverage"]
|
|
},
|
|
{
|
|
"operationName": "build:watch",
|
|
"outputFolderNames": ["lib"]
|
|
}
|
|
]
|
|
} |