platform/packages/platform-rig/profiles/ui/config/rush-project.json
Andrey Sobolev 9075e300ca
:Apply templates (#3799)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2023-10-07 16:38:21 +06:00

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"]
}
]
}