diff --git a/docs/using-changesets.md b/docs/using-changesets.md index b0344f890acd..f9f2fb765c31 100644 --- a/docs/using-changesets.md +++ b/docs/using-changesets.md @@ -36,7 +36,7 @@ to the repository. 1. Run `pnpm changeset version`. This will bump the versions of the packages previously specified with `pnpm changeset` (and any dependents of those) and update the changelog files. -2. Run `pnpm install`. This will update the lockfile and rebuild packages. +2. Run `pnpm install --no-frozen-lockfile`. This will update the lockfile and rebuild packages. 3. Commit the changes. 4. Run `pnpm publish -r`. This command will publish all packages that have bumped versions not yet present in the registry.