We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf6ce7f commit 9538875Copy full SHA for 9538875
1 file changed
common/config/rush/command-line.json
@@ -23,6 +23,23 @@
23
]
24
},
25
26
+ "--color": {
27
+ "optionType": "enum",
28
+ "description": "Enable or disable colors in the build log, defaults to 'true'",
29
+ "supportedCommands": [ "build", "rebuild" ],
30
+ "defaultValue": "true",
31
+ "enumValues": [
32
+ {
33
+ "name": "true",
34
+ "description": "For running on CI servers"
35
+ },
36
37
+ "name": "false",
38
+ "description": "For publishing to an NPM registry"
39
+ }
40
+ ]
41
42
+
43
"--ship": {
44
"optionType": "flag",
45
"description": "Perform a production build, including minification and localization steps",
0 commit comments