diff --git a/Makefile b/Makefile index 79ad308..bc232b5 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ TESTS = $(shell ls -S `find test -type f -name "*.test.js" -print`) TIMEOUT = 20000 MOCHA_OPTS = REPORTER = tap -NPM_REGISTRY = --registry=http://registry.npm.taobao.org +NPM_REGISTRY = --registry=https://registry.npmmirror.com NPM_INSTALL_PRODUCTION = PYTHON=`which python2.6` NODE_ENV=production npm install $(NPM_REGISTRY) NPM_INSTALL_TEST = PYTHON=`which python2.6` NODE_ENV=test npm install $(NPM_REGISTRY)