← Back to context

Comment by c-hendricks

3 hours ago

A pet peeve of mine is JS monorepo tools that only run package.json scripts.

Like yeah it's totally reasonable that they go that route, but please just let me pass a command that can be executed without having to wrap it in a package.json script

I don't know for others but pnpm has `pnpm exec` which allows running arbitrary commands on some or all of your packages