mirror of
https://github.com/hcengineering/platform.git
synced 2025-02-06 02:47:45 +00:00
25 lines
486 B
JSON
25 lines
486 B
JSON
{
|
|
"incrementalBuildIgnoredGlobs": [
|
|
"temp/**",
|
|
"dist_cache/**",
|
|
"coverage/**",
|
|
"**/*.svelte",
|
|
".build/**"
|
|
],
|
|
"disableBuildCacheForProject": false,
|
|
|
|
"operationSettings": [
|
|
{
|
|
"operationName": "build",
|
|
"outputFolderNames": ["lib", "dist_cache"]
|
|
},
|
|
{
|
|
"operationName": "test",
|
|
"outputFolderNames": ["coverage"]
|
|
},
|
|
{
|
|
"operationName": "build:watch",
|
|
"outputFolderNames": ["lib", "dist_cache"]
|
|
}
|
|
]
|
|
} |