Bolt hooks
Nobody has claimed this yet.
Assessment
- Difficulty
- 5/5
- Estimated time
- Over a week
- Newbie friendliness
- 25/100
- Issue type
- Feature
- Clarity
- Mostly clear
- Activity status
- Stale
- Tech stack
- javascript
- Domain
- tooling
Research direction
Start with src/commands/install.js at the yarn install call linked in the issue, then trace how package linking follows hook execution. Define the expected order for bolt:postinstall and the existing yarn hooks, and verify that bolt completes its linking and postinstall behavior without stopping after installation.
Written by the indexing model from the issue text.
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
boltrunning yarn installyarnrunning all hooks, likeprepareorpostinstallboltlinking the package- ... nothing more ...
Proposal
- add
bolt:postinstallhook. It would be enough for the beginning - do something with yarn hooks running before bolt. Probably moving
linktopre-postinstallhook or something.
- Dominant language
- JavaScript
- Stars
- 2.4k
- Forks
- 97
- PR merge metrics
- No merged PRs in 30d
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from boltpkg/bolt
-
Difficulty 5/5 Over a week Newbie friendliness 10/100
-
Aa2 Open
Difficulty 5/5 Over a week Newbie friendliness 1/100
-
Difficulty 4/5 3-5 days Newbie friendliness 25/100
-
Difficulty 5/5 Over a week Newbie friendliness 35/100
-
Difficulty 5/5 Over a week Newbie friendliness 15/100
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
HarperFast/skills#96 ·
-
[Block] Latest Posts [Type] Bug
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
Automattic/studio#4908 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 86/100
sugarlabs/musicblocks#8847 ·