▲ | 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" | ||||||||
|