Skip to content

Commit

Permalink
feat: use log trace with verbose flag
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanWalker committed Nov 2, 2023
1 parent c9bd598 commit d34808e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nx/src/utils/executors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ export function commonExecutor(options: BuildExecutorSchema | TestExecutorSchema
nsOptions.push('--env.uglify');
}
if (options.verbose) {
nsOptions.push('--env.verbose');
nsOptions.push('--log=trace');
}
if (options.production) {
nsOptions.push('--env.production');
Expand Down

0 comments on commit d34808e

Please sign in to comment.