Skip to content

Commit f530d57

Browse files
committed
Temporary workaround to support "--no-color" option from command-line.json
1 parent 6bb114a commit f530d57

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

stack/rush-stack/src/cli/BuildAction.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ export class BuildAction extends CommandLineAction {
2020
parameterLongName: '--production',
2121
description: 'used for production builds'
2222
});
23+
this.defineFlagParameter({
24+
parameterLongName: '--no-color',
25+
description: ''
26+
});
2327
}
2428

2529
protected onExecute(): Promise<void> { // override

0 commit comments

Comments
 (0)