Closed shogogg closed 4 years ago
Facebook released yet another package manager called Yarn. It is very fast and compatible with npm.
I want to use it when deploying my apps, so I added installCommand option to replace the command npm install to yarn.
installCommand
npm install
yarn
Facebook released yet another package manager called Yarn. It is very fast and compatible with npm.
I want to use it when deploying my apps, so I added
installCommand
option to replace the commandnpm install
toyarn
.