square / find-yarn-workspace-root

Algorithm for finding the root of a yarn workspace, extracted from yarnpkg.com
Apache License 2.0
49 stars 8 forks source link

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

Open jsoref opened 1 year ago

jsoref commented 1 year ago

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)
bmish commented 1 year ago

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

jsoref commented 1 year ago

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