Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Chow <eric.zjp.chow@gmail.com>2021-03-16 02:43:23 +0300
committerRuy Adorno <ruyadorno@hotmail.com>2021-03-18 23:57:32 +0300
commitb419bfb0259596fb338d45b2eaeab25a7a0d1f1e (patch)
tree1c7a2223c3dcdf90ef15e65909b941b7501c2de2 /CONTRIBUTING.md
parentfc8a1ff5c185b280403f5e65726aa9135490ca94 (diff)
Update test-coverage command
PR-URL: https://github.com/npm/cli/pull/2876 Credit: @chowkapow Close: #2876 Reviewed-by: @wraithgar
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 5198918f0..4116f4e71 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -38,7 +38,7 @@ We expect that every new feature or bug fix comes with corresponding tests that
**You can find out what the current test coverage percentage is by running...**
```bash
-$ npm run test-coverage
+$ npm run check-coverage
```
## Performance & Benchmarks