Execute commands using your project dependencies
You have a dependency in your project and want to execute a command using it? The pnpm exec command can help you with that.
An example
pnpm exec eslint . --ext .ts
Given that ESLint is a project dependency, this example shows how to use the pnpm ex...
bordeauxcoders.com1 min read