mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-22 08:09:50 +00:00
yarn: add ytc alias for test with coverage (#7664)
This commit is contained in:
@@ -35,6 +35,7 @@ plugins=(... yarn)
|
||||
| ys | `yarn serve` | Start the dev server |
|
||||
| yst | `yarn start` | Run the start script defined in `package.json` |
|
||||
| yt | `yarn test` | Run the test script defined in `package.json` |
|
||||
| ytc | `yarn test --coverage` | Run the test script defined in `package.json` with coverage |
|
||||
| yuc | `yarn global upgrade && yarn cache clean` | Upgrade global packages and clean yarn's global cache |
|
||||
| yui | `yarn upgrade-interactive` | Prompt for which outdated packages to upgrade |
|
||||
| yup | `yarn upgrade` | Upgrade packages to their latest version |
|
||||
|
||||
Reference in New Issue
Block a user