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

Automatically run yarn install when we detect a tag/version change #1335

Open
srosset81 opened this issue Nov 25, 2024 · 0 comments
Open

Automatically run yarn install when we detect a tag/version change #1335

srosset81 opened this issue Nov 25, 2024 · 0 comments

Comments

@srosset81
Copy link
Contributor

I don't know if it's related to yarn link or something else, but very often when we change the version of the middleware packages, we end up with versions mismatch: some packages are linking old versions of other packages.

This is generally resolved by running yarn install on /src/middleware

Documenting this could be difficult.

If we could set some git hooks to automatically run yarn install when there is a tag/version change after a pull, that could help developers to avoid annoying bugs.

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

No branches or pull requests

1 participant