From cce107ee065b5b03e5fa3b0a8d60288fa042d7e1 Mon Sep 17 00:00:00 2001 From: Max Date: Sat, 27 Nov 2021 22:35:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=89=8D=E7=AB=AF=E9=9B=86?= =?UTF-8?q?=E6=88=90=E6=9E=84=E5=BB=BA=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 42000b51..5754a519 100644 --- a/Makefile +++ b/Makefile @@ -151,7 +151,7 @@ release: clean # UI制品 git clone https://github.com/YaoApp/xiang-ui .tmp/ui sed -ie "s/url('\/icon/url('\/xiang\/icon/g" .tmp/ui/public/icon/md_icon.css - cd .tmp/ui && cnpm install && npm build + cd .tmp/ui && cnpm install && npm run build rm -rf dist/release/ui mv .tmp/ui/dist dist/release/ui