Useful yarn commands for developers

In JavaScript World, yarn is a very popular word. Yar is a package manager that allows us to use and share JavaScript code. Yarn can do this quickly, securely, and reliably in your project.

Following are some useful yarn commands:

# To get the build size
$ yarn build --stats
# To run all the tests 
$ yarn test