I have a monorepo with two projects:
> A
- src/ etc....
- package.json
> B
- src/ etc...
- package.json
And B lists A as a dependency (file:../A
).
I noticed that preinstall
and postinstall
are triggered for A, but not install
. Is this intended behavior or is this likely a bug (or other configuration issue)? The docs don’t speak much about this functionality.