mirror of
https://github.com/hcengineering/platform.git
synced 2025-02-07 11:30:16 +00:00
11 lines
264 B
JSON
11 lines
264 B
JSON
{
|
|
"incrementalBuildIgnoredGlobs": ["temp/**", "dist_cache/**", "lib/**", "dist/**"],
|
|
"disableBuildCacheForProject": false,
|
|
|
|
"operationSettings": [
|
|
{
|
|
"operationName": "build",
|
|
"outputFolderNames": ["dist", "lib", "dist_cache"]
|
|
}
|
|
]
|
|
} |