A faster npm run
.
It's pretty simple to use:
npm install -g @adamburgess/nr
- replace
npm run X
withnr X
- npm needs run for non-standard scripts. This sucks.
- yarn and pnpm don't, but they add 100-200ms of startup time.
This is generally fast. On my machine it takes 30ms.