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>
45 lines
961 B
JSON
45 lines
961 B
JSON
{
|
|
"incrementalBuildIgnoredGlobs": [
|
|
"temp/**",
|
|
".build/**",
|
|
"coverage/**",
|
|
"**/*.svelte",
|
|
".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"]
|
|
}
|
|
]
|
|
} |