From 29a3bea6e47b0682bb6e73c46639a559dc3c1989 Mon Sep 17 00:00:00 2001 From: hanhh <18330117883@163.com> Date: Fri, 3 Sep 2021 22:30:24 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9ql=20check=E4=BE=9D=E8=B5=96?= =?UTF-8?q?=E5=AE=89=E8=A3=85=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shell/check.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/shell/check.sh b/shell/check.sh index 311d9087..37747f76 100644 --- a/shell/check.sh +++ b/shell/check.sh @@ -11,11 +11,13 @@ reset_env() { echo -e "---> 配置文件检测完成\n" echo -e "---> 2. 开始安装青龙依赖\n" + rm $dir_root/node_modules npm_install_2 $dir_root echo -e "---> 青龙依赖安装完成\n" echo -e "---> 3. 开始安装脚本依赖\n" cp -f $dir_sample/package.json $dir_scripts/package.json + rm -rf $dir_scripts/node_modules npm_install_2 $dir_scripts echo -e "---> 脚本依赖安装完成\n" }