oh-my-zsh/plugins/yarn
Josh Price 5f01aa4f60
Add yarn build, yarn start and yarn test aliases
Typically used for https://github.com/facebookincubator/create-react-app

```json
  "scripts": {
    "start": "react-scripts start",
    "build": "react-scripts build",
    "test": "react-scripts test --env=jsdom",
```
2018-01-22 15:06:00 +11:00
..
yarn.plugin.zsh Add yarn build, yarn start and yarn test aliases 2018-01-22 15:06:00 +11:00