From ac20e9855c416b9319074fcd8aad5f9e4e3dceca Mon Sep 17 00:00:00 2001 From: NPM Mirror Bot Date: Fri, 11 Feb 2022 13:55:35 +0000 Subject: [PATCH] update https://registry.npm.taobao.org to https://registry.npmmirror.com --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d1c936a..ee7226b 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ clean: build: clean cd api/terminal && pip3 install wheel cd api/terminal && python3 setup.py bdist_wheel - cd ui && npm --registry https://registry.npm.taobao.org install --unsafe-perm + cd ui && npm --registry https://registry.npmmirror.com install --unsafe-perm cd ui && npm rebuild node-sass cd ui && npm run plugin @@ -46,7 +46,7 @@ upload: package build_standalone: clean cd api/terminal && pip3 install wheel cd api/terminal && python3 setup.py bdist_wheel - cd ui && npm --registry https://registry.npm.taobao.org install --unsafe-perm + cd ui && npm --registry https://registry.npmmirror.com install --unsafe-perm cd ui && npm rebuild node-sass cd ui && npm run build