Skip to content

Commit

Permalink
fix(node): fix import path to project name and root helper
Browse files Browse the repository at this point in the history
  • Loading branch information
leosvelperez committed Aug 18, 2023
1 parent 6eea4af commit 7fe0166
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/node/src/generators/application/schema.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { ProjectNameAndRootFormat } from '@nx/devkit/src/generators/project-name-directory-utils';
import type { ProjectNameAndRootFormat } from '@nx/devkit/src/generators/project-name-and-root-utils';
import type { Linter } from '@nx/linter';

export interface Schema {
Expand Down
2 changes: 1 addition & 1 deletion packages/node/src/generators/e2e-project/schema.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { ProjectNameAndRootFormat } from '@nx/devkit/src/generators/project-name-directory-utils';
import type { ProjectNameAndRootFormat } from '@nx/devkit/src/generators/project-name-and-root-utils';

export interface Schema {
project: string;
Expand Down
2 changes: 1 addition & 1 deletion packages/node/src/generators/library/schema.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import type { ProjectNameAndRootFormat } from '@nx/devkit/src/generators/project-name-directory-utils';
import type { ProjectNameAndRootFormat } from '@nx/devkit/src/generators/project-name-and-root-utils';
import type { Linter } from '@nx/linter';

export interface Schema {
Expand Down

0 comments on commit 7fe0166

Please sign in to comment.