mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-20 01:21:55 +03:00
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"
|
||
|
}
|
||
|
]
|
||
|
}
|