Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update changesets instructions to use install command with --no-frozen-lockfile flag #479

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

tyschroed
Copy link

When running pnpm install in CI environments after running pnpm changeset tag, install fails because it's attempting to use a frozen lockfile and that frozen lockfile is now out of date with the bumped dependencies. Edit docs to specifically use pnpm install --no-frozen-lockfile, so that the lockfile is updated after packages are bumped.

Copy link

stackblitz bot commented Nov 15, 2023

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

Copy link

vercel bot commented Nov 15, 2023

@tyschroed is attempting to deploy a commit to the pnpm Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant