1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-11-11 00:10:08 +00:00

Add Yarn Workspace command aliases

This commit is contained in:
Caleb Williams 2019-01-02 14:12:13 -06:00 committed by GitHub
parent a29950146b
commit 22e00b02ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,3 +22,5 @@ alias yt="yarn test"
alias yuc="yarn global upgrade && yarn cache clean"
alias yui="yarn upgrade-interactive"
alias yup="yarn upgrade"
alias yw="yarn workspace"
alias yws="yarn workspaces"