platform/packages/platform-rig/profiles/ui/config/rush-project.json
Alexander Platov 486ef0dc03
Updated planning UI tests (#6211)
Signed-off-by: Alexander Platov <alexander.platov@hardcoreeng.com>
Co-authored-by: Alexey Zinoviev <alexey.zinoviev@xored.com>
2024-08-02 00:18:08 +07:00

44 lines
942 B
JSON

{
"incrementalBuildIgnoredGlobs": [
"temp/**",
".build/**",
"coverage/**",
".build/**",
".validate/**",
".format/**",
"types"
],
"disableBuildCacheForProject": false,
"operationSettings": [
{
"operationName": "build",
"outputFolderNames": ["lib", ".build"]
},
{
"operationName": "test",
"outputFolderNames": ["coverage"]
},
{
"operationName": "_phase:build",
"outputFolderNames": ["lib", ".build"]
},
{
"operationName": "_phase:validate",
"outputFolderNames": ["types", ".validate"]
},
{
"operationName": "_phase:bundle",
"outputFolderNames": ["bundle"],
"disableBuildCacheForOperation": true
},
{
"operationName": "_phase:svelte-check",
"outputFolderNames": [".svelte-check"]
},
{
"operationName": "_phase:test",
"outputFolderNames": ["coverage"]
}
]
}