Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: update
yarn
command to freeze lockfile.
In today's release, running `yarn` modified the `yarn.lock` file, which is not desireable for releases which should be as close to CI as possible. This updates the docs to freeze the lockfile (similar to `npm ci`) to avoid changing dependency verisons mid-release.
- Loading branch information