chore(repo): fix import in replace-e2e-executor for lint checks (#16923)

This commit is contained in:
Craigory Coppola 2023-05-10 13:57:36 -04:00 committed by GitHub
parent 7246a34526
commit 48ce6724a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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<void> {
const projects = getProjects(tree);