Skip to content

Commit 755fa9d

Browse files
author
Nick Pape
committed
Fix descriptions
1 parent 9538875 commit 755fa9d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

common/config/rush/command-line.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@
3131
"enumValues": [
3232
{
3333
"name": "true",
34-
"description": "For running on CI servers"
34+
"description": "Displays colors in the build log"
3535
},
3636
{
3737
"name": "false",
38-
"description": "For publishing to an NPM registry"
38+
"description": "Disables all colors in build log, useful for CI builds"
3939
}
4040
]
4141
},

0 commit comments

Comments
 (0)