platform/packages/platform-rig/profiles/assets/config/rush-project.json
Andrey Sobolev 09cc70dfd6
Fix build cache (#1996)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
2022-06-03 23:44:11 +07:00

11 lines
234 B
JSON

{
"incrementalBuildIgnoredGlobs": ["temp/**"],
"disableBuildCacheForProject": false,
"operationSettings": [
{
"operationName": "build",
"outputFolderNames": ["lib", "dist"]
}
]
}