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:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6b531fdb3..73913f684 100644
--- a/Makefile
+++ b/Makefile
@@ -50,7 +50,7 @@ man1/%/: doc/%/
@if ! test -d $@ ; then mkdir -p $@ ; fi
test: submodules
- ./test/run.sh
+ node cli.js test
version: link
git add package.json \