diff --git a/Makefile b/Makefile index d1c936a..fa34cb8 100644 --- a/Makefile +++ b/Makefile @@ -10,8 +10,6 @@ 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 rebuild node-sass cd ui && npm run plugin image: build @@ -46,8 +44,6 @@ 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 rebuild node-sass cd ui && npm run build image_standalone: build_standalone