Skip to content

Commit

Permalink
fix(core): fix a perf regression in the lint executor
Browse files Browse the repository at this point in the history
  • Loading branch information
vsavkin authored and FrozenPandaz committed Mar 25, 2022
1 parent ba2dfc4 commit 63cd369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/workspace/src/utils/runtime-lint-utils.ts
Expand Up @@ -305,7 +305,7 @@ export function mapProjectGraphFiles<T>(
}

const ESLINT_REGEX = /node_modules.*\/eslint$/;
const NRWL_CLI_REGEX = /@nrwl\/cli\/lib\/run-cli\.js$/;
const NRWL_CLI_REGEX = /nx\/bin\/run-executor\.js$/;

export function isTerminalRun(): boolean {
return (
Expand Down

0 comments on commit 63cd369

Please sign in to comment.