mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-19 17:01:57 +03:00
044652e8d0
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
17 lines
351 B
JSON
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"
|
|
}
|
|
]
|
|
} |