antfu-collective / ni

💡 Use the right package manager
MIT License
6.25k stars 208 forks source link

fix: filter builtin npm scripts #201

Closed gearonix closed 7 months ago

gearonix commented 7 months ago

Description

Excludes builtin npm scripts like postinstall, prepack, etc. from the selection fields in nr

Linked Issues

Additional context

antfu commented 7 months ago

I am not sure. I sometimes want to run prepare or prepack manually for example. Doing this is a bit too implicit and would trouble ppl who need them. Thanks for bringing this up tho.