1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-07 16:00:41 +01: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

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"