mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-26 11:02:01 -04:00
pnpm currently runs the post install scripts of dependencies immediately once their resources were downloaded and does that asynchronously. npm runs all the post install scripts once all the resources were downloaded and does that sequentially. This changes makes pnpm run the scripts similarly to how npm runs them close #337