Skip to content

Commit

Permalink
chore(repo): fix import in replace-e2e-executor for lint checks
Browse files Browse the repository at this point in the history
  • Loading branch information
AgentEnder committed May 10, 2023
1 parent d26f26a commit 557d7aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 557d7aa

Please sign in to comment.