yarn bin

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.

← 이전: yarn add 다음: yarn cache