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

fix: release script should update yarn.lock #314

Merged
merged 1 commit into from
Apr 26, 2023
Merged

fix: release script should update yarn.lock #314

merged 1 commit into from
Apr 26, 2023

Conversation

sbellone
Copy link
Contributor

The release script wasn't updating the yarn.lock after bumping the version, that's why CI is failing after releasing: https://app.circleci.com/pipelines/github/algolia/eslint-config-algolia/1049/workflows/1eeeda3e-db30-48ed-9ced-1819a54a1d62/jobs/1046

@sbellone sbellone self-assigned this Apr 26, 2023
@sbellone sbellone requested a review from Haroenv April 26, 2023 09:31
Copy link
Contributor

@Haroenv Haroenv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

seems correct, but how come a local package is even in the lockfile? shouldn't it be part of the workspace and thus ignored?

@sbellone
Copy link
Contributor Author

It's declared in the tests dependencies: https://github.com/algolia/eslint-config-algolia/blob/master/packages/test/package.json

But yeah, the setup should be improved, it was modified like that by Sam a while ago, probably struggling to make it work properly with workspaces 🤷 : e65d385#diff-7ae45ad102eab3b6d7e7896acd08c427a9b25b346470d7bc6507b6481575d519R33

@sbellone sbellone merged commit 4464168 into master Apr 26, 2023
@sbellone sbellone deleted the fix/release branch April 26, 2023 12:21
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

2 participants