Skip to content

Commit

Permalink
fix(misc): fix incorrect nx imports (#10131)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenPandaz committed May 4, 2022
1 parent 142a7c7 commit 95412cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
@@ -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
@@ -1 +1 @@
export * from 'nx/src/config/tree';
export * from 'nx/src/generators/tree';
2 changes: 1 addition & 1 deletion workspace.json
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

1 comment on commit 95412cf

@vercel
Copy link

@vercel vercel bot commented on 95412cf May 4, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-five.vercel.app
nx-dev-nrwl.vercel.app
nx-dev-git-master-nrwl.vercel.app
nx.dev

Please sign in to comment.