bcomnes / npm-run-all2

A CLI tool to run multiple npm-scripts in parallel or sequential. (Maintenance fork)
MIT License
250 stars 12 forks source link

📝 add compatibility note for pnpm. #136

Closed Shion1305 closed 4 months ago

Shion1305 commented 4 months ago

Summary

npm-run-all2 supports pnpm, according to #135.

This PR updates README.md and adds note about compatibility with pnpm.

Shion1305 commented 4 months ago

Could someone review this, please 🙏

bcomnes commented 4 months ago

Thanks for the note! Maybe we should also add support for anything not npm is "best effort". There are many undocumented behavioral variants between the different tools!