Skip to content

Commit a0b05cb

Browse files
committed
Upgrade to rush 5.0.0-dev.22
1 parent 21eee71 commit a0b05cb

2 files changed

Lines changed: 9 additions & 8 deletions

File tree

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
{
2-
"customOptions": {
3-
"--no-color": {
4-
"optionType": "flag",
2+
"parameters": [
3+
{
4+
"longName": "--no-color",
5+
"parameterKind": "flag",
56
"description": "disable colors in the build log, defaults to 'true'",
67
"associatedCommands": [ "build", "rebuild" ]
78
},
8-
9-
"--production": {
10-
"optionType": "flag",
9+
{
10+
"longName": "--production",
11+
"parameterKind": "flag",
1112
"description": "Perform a production build, including minification and localization steps",
1213
"associatedCommands": [ "build", "rebuild" ]
1314
}
14-
}
15+
]
1516
}

rush.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"rushVersion": "5.0.0-dev.21",
2+
"rushVersion": "5.0.0-dev.22",
33
"pnpmVersion": "2.2.1",
44
"nodeSupportedVersionRange": ">=6.9.0 <7.0.0 || >=8.9.4 <9.0.0",
55

0 commit comments

Comments
 (0)