summaryrefslogtreecommitdiff
path: root/plugins/yarn
diff options
context:
space:
mode:
authorCaleb Williams <br0p0p@users.noreply.github.com>2019-01-02 14:12:13 -0600
committerGitHub <noreply@github.com>2019-01-02 14:12:13 -0600
commit22e00b02efe63d3ee19a55dadbdea0bea1785942 (patch)
tree6ac873619af9989768148f486f59e8f45a05f4a8 /plugins/yarn
parenta29950146b9d992caf880679dfce90c6a1ef2eea (diff)
downloadzsh-22e00b02efe63d3ee19a55dadbdea0bea1785942.tar.gz
zsh-22e00b02efe63d3ee19a55dadbdea0bea1785942.tar.bz2
zsh-22e00b02efe63d3ee19a55dadbdea0bea1785942.zip
Add Yarn Workspace command aliases
Diffstat (limited to 'plugins/yarn')
-rw-r--r--plugins/yarn/yarn.plugin.zsh2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/yarn/yarn.plugin.zsh b/plugins/yarn/yarn.plugin.zsh
index 9ed8322cd..7bdfdb48a 100644
--- a/plugins/yarn/yarn.plugin.zsh
+++ b/plugins/yarn/yarn.plugin.zsh
@@ -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"