Skip to content

Commit

Permalink
docs(core): fix typo (#10588)
Browse files Browse the repository at this point in the history
  • Loading branch information
ALMaclaine committed Jun 6, 2022
1 parent c0a0f16 commit 9b47c97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/shared/migration/lerna-and-nx.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Here's an overview of some more Lerna commands and the corresponding Nx version:

Lerna has dependency management already built-in using `lerna bootstrap`. Running that will install all npm dependencies for all packages and also symlink together all Lerna packages that have dependencies of each other.

Nx does not handle dependency management. As a result, if you already have a Lerna workspace, you can safely keep using `lerna bootstrap`. Alternatively you can use some of the backed-in solutions that now come with npm/yarn/pnpm workspaces.
Nx does not handle dependency management. As a result, if you already have a Lerna workspace, you can safely keep using `lerna bootstrap`. Alternatively you can use some of the baked-in solutions that now come with npm/yarn/pnpm workspaces.

## Version Management & Publishing

Expand Down

1 comment on commit 9b47c97

@vercel
Copy link

@vercel vercel bot commented on 9b47c97 Jun 6, 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.