From 63cd369df2d67115359076df78b62f8aaf109001 Mon Sep 17 00:00:00 2001 From: Victor Savkin Date: Fri, 25 Mar 2022 12:52:09 -0400 Subject: [PATCH] fix(core): fix a perf regression in the lint executor --- packages/workspace/src/utils/runtime-lint-utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/workspace/src/utils/runtime-lint-utils.ts b/packages/workspace/src/utils/runtime-lint-utils.ts index 7763aa2e3bfa9..ba2e14c6127cf 100644 --- a/packages/workspace/src/utils/runtime-lint-utils.ts +++ b/packages/workspace/src/utils/runtime-lint-utils.ts @@ -305,7 +305,7 @@ export function mapProjectGraphFiles( } 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 (