Commit Graph

3 Commits

Author SHA1 Message Date
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
William Bautista
d6ccb41d0b Update Yarn plugin alias (#6246) 2017-11-04 10:41:14 -07:00
Eduardo Bizarro
9d43dc88bb Yarn (https://yarnpkg.com) completion support (#5542)
* yarn completion
2016-11-23 18:50:14 +01:00