There was an error while loading. Please reload this page.
1 parent 6bb114a commit f530d57Copy full SHA for f530d57
1 file changed
stack/rush-stack/src/cli/BuildAction.ts
@@ -20,6 +20,10 @@ export class BuildAction extends CommandLineAction {
20
parameterLongName: '--production',
21
description: 'used for production builds'
22
});
23
+ this.defineFlagParameter({
24
+ parameterLongName: '--no-color',
25
+ description: ''
26
+ });
27
}
28
29
protected onExecute(): Promise<void> { // override
0 commit comments