I was reading through the README and noticed that one of the command examples uses yarn run instead of npm run (like all others examples). Not that I have anything against yarn, but it feels better to be consistent about this throughout the document.
I was reading through the README and noticed that one of the command examples uses
yarn run
instead ofnpm run
(like all others examples). Not that I have anything against yarn, but it feels better to be consistent about this throughout the document.