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:
authorRuy Adorno <ruyadorno@hotmail.com>2021-03-26 01:04:15 +0300
committerRuy Adorno <ruyadorno@hotmail.com>2021-03-26 01:04:15 +0300
commitffead4a976ff5734e4eea504c1538616b5e7be05 (patch)
tree217c93693bb64ffa68156915def9fca129d5f7f7 /Makefile
parentcc68634c52ed30f39af58b19fdfdf6e99aa947b1 (diff)
test: skip smoke tests coverage check
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b8add91b6..bb1b7526b 100644
--- a/Makefile
+++ b/Makefile
@@ -77,7 +77,7 @@ test: dev-deps
node bin/npm-cli.js test
smoke-tests: dev-deps
- node bin/npm-cli.js run smoke-tests
+ node bin/npm-cli.js run smoke-tests -- --no-check-coverage
ls-ok:
node . ls --production >/dev/null