From ab41b0cb6502950dda9d9f77ba40859a7b8f7b2c Mon Sep 17 00:00:00 2001 From: pobu168 <244202969@qq.com> Date: Tue, 18 Jun 2024 15:58:20 +0800 Subject: [PATCH] update: Makefile --- Makefile | 4 ---- 1 file changed, 4 deletions(-) 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