react-error-boundary
react-error-boundary copied to clipboard
change the script from npm to pnpm
What: Change package.json's scripts
Why: The use of "npm" in projects using the "pnpm" package manager is awkward and confusing.
How: Replace "npm run" with "pnpm"
Checklist:
- [X] Documentation
- [X] Tests
- [X] Ready to be merged