-
Notifications
You must be signed in to change notification settings - Fork 84
Open
Description
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 installyarn
running all hooks, likeprepare
orpostinstall
bolt
linking the package- ... nothing more ...
Proposal
- add
bolt:postinstall
hook. It would be enough for the beginning - do something with yarn hooks running before bolt. Probably moving
link
topre-postinstall
hook or something.
steve-taylor
Metadata
Metadata
Assignees
Labels
No labels