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