Features
- When pnpm is executed with an unknown command, it is considered a shell command that needs to be executed in the context of the project. So you can do things like
pnpm eslint
, when eslint is in the dependencies. It is kind of similar topnpx eslint
but unlikepnpx
,pnpm eslint
will not install eslint, when not present #3478.