find-yarn-workspace-root
find-yarn-workspace-root copied to clipboard
`yarn bin` doesn't do the same thing w/ yarn berry
https://github.com/square/find-yarn-workspace-root/blob/0e99142b19bbbb0b9e72b7ff72e125b61d7e89d6/README.md?plain=1#L46-L50
https://yarnpkg.com/cli/bin/#examples
List all the available binaries :
yarn bin
I think the yarn 3 equivalent would be:
$(yarn bin standard-version)
Yeah those release commands may be a bit outdated. But note that this is only for the internal commands used by maintainers.
I'd encourage you to move those items out of the main README.md
as its contents are displayed in the npmjs view...