Unverified Commit 22e00b02 authored by Caleb Williams's avatar Caleb Williams Committed by GitHub
Browse files

Add Yarn Workspace command aliases

parent a2995014
...@@ -22,3 +22,5 @@ alias yt="yarn test" ...@@ -22,3 +22,5 @@ alias yt="yarn test"
alias yuc="yarn global upgrade && yarn cache clean" alias yuc="yarn global upgrade && yarn cache clean"
alias yui="yarn upgrade-interactive" alias yui="yarn upgrade-interactive"
alias yup="yarn upgrade" alias yup="yarn upgrade"
alias yw="yarn workspace"
alias yws="yarn workspaces"
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