diff --git a/Makefile b/Makefile index 21dfa77..7e07554 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ TESTS = $(shell find test -type f -name "*.test.js") BIN_AVA = ./node_modules/.bin/ava install: - @npm i --registry https://registry.npm.taobao.org + @npm i --registry https://registry.npmmirror.com test: @NODE_ENV=test $(BIN_AVA) --verbose $(TESTS);