Remix.run Logo
Hexshin0bi 2 days ago

"...but also disables post-install scripts by default."

in pnpm docs it says:

""" enablePrePostScripts Default: true Type: Boolean When true, pnpm will run any pre/post scripts automatically. So running pnpm foo will be like running pnpm prefoo && pnpm foo && pnpm postfoo. """

am i missing something here?

zkochan 2 days ago | parent [-]

enablePrePostScripts is about running "prebuild" and "postbuild" scripts automatically, when you run "pnpm run build"

zkochan 2 days ago | parent [-]

well, it is literally in an example in the text that you provided. So, I am not sure why you confused it with postinstall lifecycle scripts.