Commit f258bcba authored by Przemysław Włodek's avatar Przemysław Włodek Committed by Marc Cornellà
Browse files

Fix yarn alias that conflicts with yeoman cli (#6453)

Yeoman cli alias is 'yo' so 'yarn outdated' can't be aliased to 'yo'.
See: http://yeoman.io/
parent e96a7b72
......@@ -4,7 +4,7 @@ alias y="yarn "
alias ya="yarn add"
alias ycc="yarn cache clean"
alias yh="yarn help"
alias yo="yarn outdated"
alias yout="yarn outdated"
alias yui="yarn upgrade-interactive"
_yarn ()
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment