vite-plugin-fable icon indicating copy to clipboard operation
vite-plugin-fable copied to clipboard

Avoid post install for other package installs (especially dev dependencies)

Open jkone27 opened this issue 8 months ago • 1 comments

Image

i noticed that post install always runs even if only 1 dev dep is added in package.json, how could we prevent the postinstall to run each time trying to compile .fs source and regen the binary?

jkone27 avatar Mar 25 '25 16:03 jkone27

It should be replaced with something I described here.

Most package managers block postinstall scripts these days, so you may need to address this issue moving forward.

nojaf avatar Mar 25 '25 16:03 nojaf