chore(repo): fix import in replace-e2e-executor for lint checks (#16923)
This commit is contained in:
parent
7246a34526
commit
48ce6724a4
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user