Unverified Commit 4181e8a2 authored by Dmndz's avatar Dmndz Committed by GitHub

feat(yarn): add alias for `yarn why` (#10773)

* feat(yarn): add `yarn why` * docs(yarn): update readme Co-authored-by: 's avatarBasia Józefowska <jozefowska.b@mpcreation.net> Co-authored-by: 's avatarRobby Russell <robby@planetargon.com>
parent e5836481
...@@ -55,3 +55,4 @@ zstyle ':omz:plugins:yarn' global-path no ...@@ -55,3 +55,4 @@ zstyle ':omz:plugins:yarn' global-path no
| yv | `yarn version` | Update the version of your package | | yv | `yarn version` | Update the version of your package |
| yw | `yarn workspace` | Run a command within a single workspace. | | yw | `yarn workspace` | Run a command within a single workspace. |
| yws | `yarn workspaces` | Run a command within all defined workspaces. | | yws | `yarn workspaces` | Run a command within all defined workspaces. |
| yy | `yarn why` | Show why a package has been installed, detailing which other packages depend on it |
...@@ -43,3 +43,4 @@ alias yup="yarn upgrade" ...@@ -43,3 +43,4 @@ alias yup="yarn upgrade"
alias yv="yarn version" alias yv="yarn version"
alias yw="yarn workspace" alias yw="yarn workspace"
alias yws="yarn workspaces" alias yws="yarn workspaces"
alias yy="yarn why"
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