Skip to content

Commit

Permalink
fix(misc): fix incorrect nx imports
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz committed May 4, 2022
1 parent 142a7c7 commit 3064d93
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Tree } from 'nx/src/config/tree';
import { Tree } from 'nx/src/generators/tree';
import { getProjects } from '@nrwl/devkit';

export function findFreePort(host: Tree) {
Expand Down
2 changes: 1 addition & 1 deletion packages/tao/src/shared/tree.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from 'nx/src/config/tree';
export * from 'nx/src/generators/tree';
2 changes: 1 addition & 1 deletion workspace.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"create-nx-plugin": "packages/create-nx-plugin",
"create-nx-workspace": "packages/create-nx-workspace",
"cypress": "packages/cypress",
"dep-graph-client": "/dep-graph/client",
"dep-graph-client": "dep-graph/client",
"dep-graph-client-e2e": "dep-graph/client-e2e",
"detox": "packages/detox",
"devkit": "packages/devkit",
Expand Down

0 comments on commit 3064d93

Please sign in to comment.