Skip to content

Commit 1fac79c

Browse files
author
Nick Pape
committed
schema change
1 parent f747850 commit 1fac79c

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

common/config/rush/command-line.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"--profile": {
1111
"optionType": "enum",
1212
"description": "Changes the build profile, affecting the build output",
13-
"supportedCommands": [ "build", "rebuild" ],
13+
"associatedCommands": [ "build", "rebuild" ],
1414
"enumValues": [
1515
{
1616
"name": "vso",
@@ -26,7 +26,7 @@
2626
"--color": {
2727
"optionType": "enum",
2828
"description": "Enable or disable colors in the build log, defaults to 'true'",
29-
"supportedCommands": [ "build", "rebuild" ],
29+
"associatedCommands": [ "build", "rebuild" ],
3030
"defaultValue": "true",
3131
"enumValues": [
3232
{
@@ -43,21 +43,21 @@
4343
"--ship": {
4444
"optionType": "flag",
4545
"description": "Perform a production build, including minification and localization steps",
46-
"supportedCommands": [ "build", "rebuild" ],
46+
"associatedCommands": [ "build", "rebuild" ],
4747
"shortName": "-s"
4848
},
4949

5050
"--minimal": {
5151
"optionType": "flag",
5252
"description": "Perform a fast build, which disables certain tasks such as unit tests and linting",
53-
"supportedCommands": [ "build", "rebuild" ],
53+
"associatedCommands": [ "build", "rebuild" ],
5454
"shortName": "-m"
5555
},
5656

5757
"--clean": {
5858
"optionType": "flag",
5959
"description": "This flag does awesome things!",
60-
"supportedCommands": [ "blah", "build", "rebuild" ],
60+
"associatedCommands": [ "blah", "build", "rebuild" ],
6161
"shortName": "-c"
6262
}
6363
}

0 commit comments

Comments
 (0)