platform/packages/platform-rig/profiles/default/config/heft.json
Andrey Platov 044652e8d0
add platform package
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
2021-08-03 03:40:40 +02:00

17 lines
351 B
JSON

{
"$schema": "https://developer.microsoft.com/json-schemas/heft/heft.schema.json",
"eventActions": [
{
"actionKind": "deleteGlobs",
"heftEvent": "clean",
"actionId": "defaultClean",
"globsToDelete": ["dist", "lib", "temp"]
}
],
"heftPlugins": [
{
"plugin": "@rushstack/heft-jest-plugin"
}
]
}