mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-21 02:21:35 +03:00
0349cec3a2
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
52 lines
1.1 KiB
JSON
52 lines
1.1 KiB
JSON
{
|
|
"incrementalBuildIgnoredGlobs": [
|
|
"temp/**",
|
|
"lib/**",
|
|
"coverage/**",
|
|
".build/**",
|
|
".validate/**",
|
|
".format/**",
|
|
"types"
|
|
],
|
|
"disableBuildCacheForProject": false,
|
|
|
|
"operationSettings": [
|
|
{
|
|
"operationName": "build",
|
|
"outputFolderNames": ["lib", ".build", "types"]
|
|
},
|
|
{
|
|
"operationName": "test",
|
|
"outputFolderNames": ["coverage"]
|
|
},
|
|
{
|
|
"operationName": "build:watch",
|
|
"outputFolderNames": ["lib", ".build"]
|
|
},
|
|
{
|
|
"operationName": "format",
|
|
"outputFolderNames": [".rush/temp/.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"]
|
|
}
|
|
]
|
|
} |