mirror of
https://github.com/hcengineering/platform.git
synced 2025-02-04 18:06:41 +00:00
f4a86e1b1c
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
24 lines
494 B
JSON
24 lines
494 B
JSON
{
|
|
"incrementalBuildIgnoredGlobs": [
|
|
"temp/**",
|
|
"lib/**",
|
|
"**/*.svelte",
|
|
".build/**"
|
|
],
|
|
"disableBuildCacheForProject": false,
|
|
|
|
"operationSettings": [
|
|
{
|
|
"operationName": "build",
|
|
"outputFolderNames": ["lib", ".build"]
|
|
},
|
|
{
|
|
"operationName": "test",
|
|
"outputFolderNames": ["coverage"]
|
|
},
|
|
{
|
|
"operationName": "build:watch",
|
|
"outputFolderNames": ["lib", ".build"]
|
|
}
|
|
]
|
|
} |