Merge pull request #1100 from LanikSJ/master

Fix yarn ls alias
pull/1103/head
Nils Winkler 2017-11-28 08:27:49 +01:00 committed by GitHub
commit 2006c60a40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ alias yaru='yarn run'
alias yat='yarn test'
alias yacc='yarn cache clean'
alias yack='yarn check'
alias yals='yarn ls'
alias yals='yarn list'
alias yain='yarn info'
alias yali='yarn licenses ls'
alias yaloi='yarn login'