mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-21 10:41:04 +03:00
c23af625f6
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
44 lines
914 B
JSON
44 lines
914 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"]
|
|
},
|
|
{
|
|
"operationName": "_phase:build",
|
|
"outputFolderNames": ["lib", ".build"]
|
|
},
|
|
{
|
|
"operationName": "_phase:bundle",
|
|
"outputFolderNames": ["bundle"]
|
|
},
|
|
{
|
|
"operationName": "_phase:package",
|
|
"outputFolderNames": ["dist"]
|
|
},
|
|
{
|
|
"operationName": "_phase:test",
|
|
"outputFolderNames": ["coverage"]
|
|
}
|
|
]
|
|
} |