mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-21 10:41:04 +03:00
4bdd95b413
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
28 lines
545 B
JSON
28 lines
545 B
JSON
{
|
|
"incrementalBuildIgnoredGlobs": [
|
|
"temp/**",
|
|
"lib/**",
|
|
"coverage/**",
|
|
".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"]
|
|
}
|
|
]
|
|
} |