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