mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-22 11:14:48 +01:00
yarn: add alias for yarn lint (#8481)
This commit is contained in:
committed by
Marc Cornellà
parent
4338a731b7
commit
3d6be08e71
@@ -27,6 +27,7 @@ plugins=(... yarn)
|
||||
| yh | `yarn help` | Show help for a yarn command |
|
||||
| yi | `yarn init` | Interactively creates or updates a package.json file |
|
||||
| yin | `yarn install` | Install dependencies defined in `package.json` |
|
||||
| yln | `yarn lint` | Run the lint script defined in `package.json` |
|
||||
| yls | `yarn list` | List installed packages |
|
||||
| yout | `yarn outdated` | Check for outdated package dependencies |
|
||||
| yp | `yarn pack` | Create a compressed gzip archive of package dependencies |
|
||||
|
||||
Reference in New Issue
Block a user