Skip to content

Commit

Permalink
docs(core): clearer update nx guide (nrwl#12855)
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacplmann committed Oct 27, 2022
1 parent dee1054 commit 0f2b89b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/shared/core-features/automate-updating-dependencies.md
Expand Up @@ -4,9 +4,9 @@ The Nx CLI provides the `migrate` command to help you stay up to date with the l

Not only does `nx migrate` update you to the latest version of Nx, but it also updates the versions of dependencies that we support and test such as Jest and Cypress. You can also use the `migrate` command to update any Nx plugin.

## Migrating to the latest Nx version
## Update to the latest Nx version

Migration happens in three steps:
Updating happens in three steps:

- The installed dependencies are updated including the `package.json` (and `node_modules`).
- The source code in the repo is updated to match the new versions of packages in `package.json`.
Expand Down
2 changes: 2 additions & 0 deletions docs/shared/recipes/advanced-update.md
@@ -1,5 +1,7 @@
# Advanced update process

This is an advanced version of the [standard update process](/core-features/automate-updating-dependencies).

When you run into problems running the `nx migrate --run-migrations` command, here are some solutions to break the process down into manageable steps.

## Make changes easier to review by committing after each migration runs
Expand Down

0 comments on commit 0f2b89b

Please sign in to comment.