This commit is contained in:
Josh Price 2018-06-16 01:15:13 +00:00 committed by GitHub
commit 0e08b99ec3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,9 +2,12 @@
alias y="yarn "
alias ya="yarn add"
alias yb="yarn build"
alias ycc="yarn cache clean"
alias yh="yarn help"
alias yo="yarn outdated"
alias ys="yarn start"
alias yt="yarn test"
alias yui="yarn upgrade-interactive"
_yarn ()