diff options
Diffstat (limited to 'plugins/yarn/README.md')
-rw-r--r-- | plugins/yarn/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/yarn/README.md b/plugins/yarn/README.md index 439a9355f..a94f183e4 100644 --- a/plugins/yarn/README.md +++ b/plugins/yarn/README.md @@ -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 | |