From fabb1f52108a430b13ac31eea5096575a9a46df0 Mon Sep 17 00:00:00 2001 From: YuleiLan Date: Wed, 7 Apr 2021 19:33:00 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BC=98=E5=8C=96=E4=B8=80=E9=94=AE?= =?UTF-8?q?=E7=BC=96=E8=AF=91=E8=84=9A=E6=9C=AC=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index f67ea71..dcfba7e 100644 --- a/build.sh +++ b/build.sh @@ -99,8 +99,8 @@ VUE_APP_BASE_API = '$url' EOF echo "开始安装前端依赖..." - npm install -g cnpm --registry=https://registry.npm.taobao.org - cd ferry_web && cnpm install && npm run build:prod && cp -r web ../build/template +npm install -g cnpm --registry=https://registry.npm.taobao.org +cd ferry_web && cnpm install && npm run build:prod && cp -r web ../build/template echo "\n需注意: 邮件服务器信息若是暂时没有,可暂时不修改,但是MySQL和Redis是必须配置正确的\n" read -p "请确认是否配置MySQL、Redis及邮件服务器信息,配置文件地址: build/config/settings.yml,y/n[y]: " config_status