mirror of
https://github.com/hcengineering/platform.git
synced 2025-02-05 18:34:49 +00:00
29 lines
565 B
JSON
29 lines
565 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": [".rush/temp/.format"]
|
|
}
|
|
]
|
|
} |