mirror of
https://github.com/hcengineering/platform.git
synced 2025-02-05 18:34:49 +00:00
bee36b2d0b
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
49 lines
1.0 KiB
JSON
49 lines
1.0 KiB
JSON
{
|
|
"incrementalBuildIgnoredGlobs": [
|
|
"lib/**",
|
|
"rush-logs/**",
|
|
"coverage/**",
|
|
".rush/**",
|
|
".build/**",
|
|
".validate/**",
|
|
".format/**",
|
|
"types"
|
|
],
|
|
"disableBuildCacheForProject": false,
|
|
|
|
"operationSettings": [
|
|
{
|
|
"operationName": "build",
|
|
"outputFolderNames": ["lib", ".build"]
|
|
},
|
|
{
|
|
"operationName": "test",
|
|
"outputFolderNames": ["coverage"]
|
|
},
|
|
{
|
|
"operationName": "format",
|
|
"outputFolderNames": [".format"]
|
|
},
|
|
{
|
|
"operationName": "_phase:build",
|
|
"outputFolderNames": ["lib", ".build"]
|
|
},
|
|
{
|
|
"operationName": "_phase:validate",
|
|
"outputFolderNames": ["types", ".validate"]
|
|
},
|
|
{
|
|
"operationName": "_phase:bundle",
|
|
"outputFolderNames": ["bundle"],
|
|
"disableBuildCacheForOperation": true
|
|
},
|
|
{
|
|
"operationName": "_phase:package",
|
|
"outputFolderNames": ["dist"]
|
|
},
|
|
{
|
|
"operationName": "_phase:test",
|
|
"outputFolderNames": ["coverage"]
|
|
}
|
|
]
|
|
} |