slikts / queueable

Convert streams to async ⌛ iterables ➰
https://slikts.github.io/queueable/
MIT License
62 stars 6 forks source link

Cannot install due to postinstall hook for husky #838

Open swantzter opened 1 month ago

swantzter commented 1 month ago

The "postinstall": "husky install", hook is not only run when running npm i in this repo but also when installing this repo as a dependency. I don't have husky installed globally which causes this install to fail, but otoh husky shouldn't be installing when grabbing this as a dependency to start with

swantzter commented 1 month ago

(husky themselves seem to recommend putting it in the prepare script)