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", ```
This commit is contained in:
parent
c3b072eace
commit
5f01aa4f60
@ -2,9 +2,12 @@
|
|||||||
|
|
||||||
alias y="yarn "
|
alias y="yarn "
|
||||||
alias ya="yarn add"
|
alias ya="yarn add"
|
||||||
|
alias yb="yarn build"
|
||||||
alias ycc="yarn cache clean"
|
alias ycc="yarn cache clean"
|
||||||
alias yh="yarn help"
|
alias yh="yarn help"
|
||||||
alias yo="yarn outdated"
|
alias yo="yarn outdated"
|
||||||
|
alias ys="yarn start"
|
||||||
|
alias yt="yarn test"
|
||||||
alias yui="yarn upgrade-interactive"
|
alias yui="yarn upgrade-interactive"
|
||||||
|
|
||||||
_yarn ()
|
_yarn ()
|
||||||
|
Loading…
Reference in New Issue
Block a user