mirror of
https://github.com/hcengineering/platform.git
synced 2025-02-01 08:19:11 +00:00
ef8dfdc006
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
11 lines
297 B
JSON
11 lines
297 B
JSON
{
|
|
"incrementalBuildIgnoredGlobs": ["temp/**", "dist_cache/**", "lib/**", "dist/**", "deploy/**"],
|
|
"disableBuildCacheForProject": false,
|
|
|
|
"operationSettings": [
|
|
{
|
|
"operationName": "build",
|
|
"outputFolderNames": ["lib", "dist", "dist_cache"]
|
|
}
|
|
]
|
|
} |