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.