mirror of
				https://github.com/ohmyzsh/ohmyzsh.git
				synced 2025-11-04 13:21:19 +08:00 
			
		
		
		
	feat(yarn): add alias for yarn why (#10773)
				
					
				
			* feat(yarn): add `yarn why` * docs(yarn): update readme Co-authored-by: Basia Józefowska <jozefowska.b@mpcreation.net> Co-authored-by: Robby Russell <robby@planetargon.com>
This commit is contained in:
		
							parent
							
								
									e583648195
								
							
						
					
					
						commit
						4181e8a2cc
					
				@ -55,3 +55,4 @@ zstyle ':omz:plugins:yarn' global-path no
 | 
			
		||||
| yv    | `yarn version`                            | Update the version of your package                                            |
 | 
			
		||||
| yw    | `yarn workspace`                          | Run a command within a single workspace.                                      |
 | 
			
		||||
| 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"
 | 
			
		||||
alias yv="yarn version"
 | 
			
		||||
alias yw="yarn workspace"
 | 
			
		||||
alias yws="yarn workspaces"
 | 
			
		||||
alias yy="yarn why"
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user