From 7ee7c9fd28659e199771dfd7f57383a77baeaee6 Mon Sep 17 00:00:00 2001 From: Max Date: Sat, 27 Nov 2021 22:32:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=89=8D=E7=AB=AF=E6=9E=84=E5=BB=BA=20->=20cnp?= =?UTF-8?q?m?= 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 286af4bd..42000b51 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 && npm install && npm build + cd .tmp/ui && cnpm install && npm build rm -rf dist/release/ui mv .tmp/ui/dist dist/release/ui