|
@@ -27,6 +27,7 @@ plugins=(... yarn)
|
|
| yh | `yarn help` | Show help for a yarn command |
|
|
| yh | `yarn help` | Show help for a yarn command |
|
|
| yi | `yarn init` | Interactively creates or updates a package.json file |
|
|
| yi | `yarn init` | Interactively creates or updates a package.json file |
|
|
| yin | `yarn install` | Install dependencies defined in `package.json` |
|
|
| 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 |
|
|
| yls | `yarn list` | List installed packages |
|
|
| yout | `yarn outdated` | Check for outdated package dependencies |
|
|
| yout | `yarn outdated` | Check for outdated package dependencies |
|
|
| yp | `yarn pack` | Create a compressed gzip archive of package dependencies |
|
|
| yp | `yarn pack` | Create a compressed gzip archive of package dependencies |
|