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 committed Mar 25, 2022
1 parent 589bc37 commit 4d10cec
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 @@ -306,7 +306,7 @@ export function mapProjectGraphFiles<T>(
}

const ESLINT_REGEX = /node_modules.*\/eslint$/;
const NRWL_CLI_REGEX = /nxl\/bin\/run-executor\.js$/;
const NRWL_CLI_REGEX = /nx\/bin\/run-executor\.js$/;

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

0 comments on commit 4d10cec

Please sign in to comment.