find-yarn-workspace-root icon indicating copy to clipboard operation
find-yarn-workspace-root copied to clipboard

`yarn bin` doesn't do the same thing w/ yarn berry

Open jsoref opened this issue 1 year ago • 2 comments

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)

jsoref avatar Mar 23 '23 17:03 jsoref

Yeah those release commands may be a bit outdated. But note that this is only for the internal commands used by maintainers.

bmish avatar Mar 23 '23 18:03 bmish

I'd encourage you to move those items out of the main README.md as its contents are displayed in the npmjs view...

jsoref avatar Mar 23 '23 20:03 jsoref