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

chore: add check for dirty workspace post-install #736

Merged
merged 2 commits into from Jul 21, 2019
Merged

Conversation

JamesHenry
Copy link
Member

It turns out installing with yarn --frozen-lockfile is not enough to catch all lockfile mutations because some of them can occur in child packages via lerna bootstrap.

This happened in #712 and it therefore broke master when it got merged because it breaks the release process (both canary and latest).

Added a git diff based validation to ensure CI fails if lock file updates are missed in future.

This initial commit should fail, will add the fix once we have verified it does.

@JamesHenry
Copy link
Member Author

Failed as intended, fix coming up

@JamesHenry JamesHenry merged commit 78375ce into master Jul 21, 2019
@JamesHenry JamesHenry deleted the fix-master branch July 21, 2019 16:40
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 21, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants