Skip to content

Commit

Permalink
chore(repo): fix import in replace-e2e-executor for lint checks (#16923)
Browse files Browse the repository at this point in the history
  • Loading branch information
AgentEnder authored May 10, 2023
1 parent 7246a34 commit 48ce672
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 48ce672

Please sign in to comment.