From c57d4b80f4990d39f16b728eacde10c23cc48512 Mon Sep 17 00:00:00 2001 From: NPM Mirror Bot Date: Fri, 11 Feb 2022 13:55:16 +0000 Subject: [PATCH] update https://registry.npm.taobao.org to https://registry.npmmirror.com --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);