chore: invoke local bins directly instead of via npx#1009
Conversation
|
Caution Review failedPull request was closed or merged during review 📝 WalkthroughWalkthroughThree npm script entries across two Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
These binaries (
discovery-build,simple-git-hooks,lint-staged) are already installed as local devDependencies, so the package manager puts them onPATHfor scripts. Calling them directly instead of throughnpxavoids an unnecessary resolution step and keeps the scripts consistent (e.g.dev:discoveryalready calls its bin directly).This PR was created with the help of an agent.