mirror of
https://github.com/hcengineering/platform.git
synced 2025-02-12 05:42:31 +00:00
![Alexander Platov](/assets/img/avatar_default.png)
Signed-off-by: Alexander Platov <alexander.platov@hardcoreeng.com> Co-authored-by: Alexey Zinoviev <alexey.zinoviev@xored.com>
44 lines
942 B
JSON
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"]
|
|
}
|
|
]
|
|
} |