From c9328da94df294b4e1c3326708c659e9247cea93 Mon Sep 17 00:00:00 2001 From: Andrey Sobolev Date: Thu, 6 Jan 2022 18:07:32 +0700 Subject: [PATCH] Allow to perform heft --clean on build (#768) Signed-off-by: Andrey Sobolev --- common/config/rush/command-line.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/common/config/rush/command-line.json b/common/config/rush/command-line.json index da0d174a07..5375dee1f8 100644 --- a/common/config/rush/command-line.json +++ b/common/config/rush/command-line.json @@ -258,6 +258,12 @@ "description": "Enable Heft lite building option, will skip some phases.", "associatedCommands": ["build", "rebuild"] }, + { + "parameterKind": "flag", + "longName": "--clean", + "description": "Enable Heft clean building option", + "associatedCommands": ["build", "rebuild"] + }, // { // /** // * (Required) Determines the type of custom parameter.