Closed christophehurpeau closed 6 years ago
Can I help?
I read the issue #14 after this PR and realised I missed the fact that yarnhook checks if the lockfile changed ! I will work on proposed solutions in #14 instead soon :)
Sure! Let me know if you need anything.
Typical lerna repo:
I have this in my root
package.json
:running
git checkout
from insidepackage1
will result in installing dependencies only for this package and will remove symlinks to other dependencies inside the monorepoThis fix always run the install from the root, then via the postinstall script runs
lerna boostrap
and install dependencies in sub packages