Add alias for yarn remove

Adds a simple alias that maps `yr` to `yarn remove`, also removes extra whitespace from `y` alias
This commit is contained in:
Carey Janecka 2018-04-18 11:19:49 -07:00 committed by GitHub
parent 4fec0a46e7
commit 2b76bee2d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,6 +2,7 @@
alias y="yarn"
alias ya="yarn add"
alias yr="yarn remove"
alias ycc="yarn cache clean"
alias yh="yarn help"
alias yo="yarn outdated"