Skip to content

Commit d34808e

Browse files
committed
feat: use log trace with verbose flag
1 parent c9bd598 commit d34808e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/nx/src/utils/executors.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ export function commonExecutor(options: BuildExecutorSchema | TestExecutorSchema
176176
nsOptions.push('--env.uglify');
177177
}
178178
if (options.verbose) {
179-
nsOptions.push('--env.verbose');
179+
nsOptions.push('--log=trace');
180180
}
181181
if (options.production) {
182182
nsOptions.push('--env.production');

0 commit comments

Comments
 (0)