From 557d7aa9e46dcfd541b9b0cedb909f5faf213234 Mon Sep 17 00:00:00 2001 From: AgentEnder Date: Wed, 10 May 2023 13:47:33 -0400 Subject: [PATCH] chore(repo): fix import in replace-e2e-executor for lint checks --- .../plugin/src/migrations/update-16-2-0/replace-e2e-executor.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/plugin/src/migrations/update-16-2-0/replace-e2e-executor.ts b/packages/plugin/src/migrations/update-16-2-0/replace-e2e-executor.ts index 61835bca00683..8b5442d061110 100644 --- a/packages/plugin/src/migrations/update-16-2-0/replace-e2e-executor.ts +++ b/packages/plugin/src/migrations/update-16-2-0/replace-e2e-executor.ts @@ -5,7 +5,7 @@ import { updateProjectConfiguration, } from '@nx/devkit'; import { forEachExecutorOptions } from '@nx/devkit/src/generators/executor-options-utils'; -import type { NxPluginE2EExecutorOptions } from '@nx/plugin/src/executors/e2e/schema'; +import { NxPluginE2EExecutorOptions } from '../../executors/e2e/schema'; export default async function replaceE2EExecutor(tree: Tree): Promise { const projects = getProjects(tree);