We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21eee71 commit a0b05cbCopy full SHA for a0b05cb
2 files changed
common/config/rush/command-line.json
@@ -1,15 +1,16 @@
1
{
2
- "customOptions": {
3
- "--no-color": {
4
- "optionType": "flag",
+ "parameters": [
+ {
+ "longName": "--no-color",
5
+ "parameterKind": "flag",
6
"description": "disable colors in the build log, defaults to 'true'",
7
"associatedCommands": [ "build", "rebuild" ]
8
},
-
9
- "--production": {
10
+ "longName": "--production",
11
12
"description": "Perform a production build, including minification and localization steps",
13
14
}
- }
15
+ ]
16
rush.json
@@ -1,5 +1,5 @@
- "rushVersion": "5.0.0-dev.21",
+ "rushVersion": "5.0.0-dev.22",
"pnpmVersion": "2.2.1",
"nodeSupportedVersionRange": ">=6.9.0 <7.0.0 || >=8.9.4 <9.0.0",
0 commit comments