mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-21 15:59:15 +00:00
Allow to perform heft --clean on build (#768)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
parent
c41db4b903
commit
c9328da94d
@ -258,6 +258,12 @@
|
|||||||
"description": "Enable Heft lite building option, will skip some phases.",
|
"description": "Enable Heft lite building option, will skip some phases.",
|
||||||
"associatedCommands": ["build", "rebuild"]
|
"associatedCommands": ["build", "rebuild"]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"parameterKind": "flag",
|
||||||
|
"longName": "--clean",
|
||||||
|
"description": "Enable Heft clean building option",
|
||||||
|
"associatedCommands": ["build", "rebuild"]
|
||||||
|
},
|
||||||
// {
|
// {
|
||||||
// /**
|
// /**
|
||||||
// * (Required) Determines the type of custom parameter.
|
// * (Required) Determines the type of custom parameter.
|
||||||
|
Loading…
Reference in New Issue
Block a user