`pnpm dist-tag` will delegate the command to `npm dist-tag` and cause an error. ``` pnpm dist-tag react Usage Error: This project is configured to use pnpm $ npm ... ``` I suggest making some commands that can be run in any project like `dist-tag` because they do not do anything related to the project.