While using bolt for our monorepo we discovered one problem, which can be just named "bolt hooks".
In short - running bolt will lead to
bolt running yarn install
yarn running all hooks, like prepare or postinstall
bolt linking the package
- ... nothing more ...
Proposal
While using bolt for our monorepo we discovered one problem, which can be just named "bolt hooks".
In short - running
boltwill lead toboltrunning yarn installyarnrunning all hooks, likeprepareorpostinstallboltlinking the packageProposal
bolt:postinstallhook. It would be enough for the beginninglinktopre-postinstallhook or something.