-
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
pnpm can run both scripts and binaries like yarn 'pnpm eslint' == 'yarn eslint' && 'pnpm test' == 'yarn test'.
When running narn eslint in a pnpm folder, it runs pnpm run.
The most correct form is pnpm exec <binary>, but pnpm lets you do it if there's no script name binary, same as yarn.
Example:
» pnpm eslint . --fix # Works fine
» narn eslint . --fix
pnpm run eslint . --fix # Incorrectly calls run
ERR_PNPM_NO_SCRIPT Missing script: eslintReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels