mirror of
https://github.com/hcengineering/platform.git
synced 2025-02-08 11:57:43 +00:00
29 lines
625 B
JSON
29 lines
625 B
JSON
{
|
|
"$schema": "https://developer.microsoft.com/json-schemas/heft/heft.schema.json",
|
|
|
|
"eventActions": [
|
|
{
|
|
"actionKind": "deleteGlobs",
|
|
"heftEvent": "clean",
|
|
"actionId": "defaultClean",
|
|
"globsToDelete": ["dist", "lib", "temp"]
|
|
},
|
|
{
|
|
"actionKind": "copyFiles",
|
|
"heftEvent": "pre-compile",
|
|
"actionId": "copy-lang",
|
|
"copyOperations": [
|
|
{
|
|
"sourceFolder": "src",
|
|
"destinationFolders": ["lib"],
|
|
"includeGlobs": ["lang"]
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"heftPlugins": [
|
|
{
|
|
"plugin": "@rushstack/heft-jest-plugin"
|
|
}
|
|
]
|
|
} |