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:
authorisaacs <i@izs.me>2011-04-14 00:36:10 +0400
committerisaacs <i@izs.me>2011-04-14 00:36:10 +0400
commit176f12e71192f4c903f338098e1d9d3d52834ff0 (patch)
treee02fd60d107da32535cb47b8b5ede979fd111215 /Makefile
parent7a1753573669904b5b20b87c9442d0045e265f09 (diff)
Move test command into package.json
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 \