Displays the location of the yarn bin
folder.
yarn bin
yarn bin
will print the folder where yarn will install executable files for your package. An example of an executable may be a script that you have defined for your package that can be executed via yarn run
.
← Previous: yarn add Next: yarn cache →