assemblee-virtuelle / assemblee-virtuelle/semapps
Automatically run `yarn install` when we detect a tag/version change
- Dominant language
- TypeScript
- Stars
- 103
- Forks
- 14
- Avg merge
- 1m
- Merged PRs (30d)
- 2
Description
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.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start in /src/middleware and inspect how middleware package versions and links are managed, then check the repository's existing Git hook setup and package scripts. Reproduce the mismatch after a tag or version change and confirm that the appropriate yarn install runs automatically after a pull without disrupting normal development.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- git, nodejs, typescript
- Domain
- developer-experience, tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100