From 3d001514edbd02380697a986e61b8a1acb559fda Mon Sep 17 00:00:00 2001 From: Max Date: Sat, 27 Nov 2021 20:59:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=87=E6=8D=A2=E5=89=8D=E7=AB=AF=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E6=9E=84=E5=BB=BA=E6=96=B9=E5=BC=8F?= 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 c9015b7f..286af4bd 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 && yarn install && yarn build + cd .tmp/ui && npm install && npm build rm -rf dist/release/ui mv .tmp/ui/dist dist/release/ui