mirror of
https://github.com/whyour/qinglong.git
synced 2025-06-01 22:46:06 +08:00
修复check命令
This commit is contained in:
parent
d672d2d104
commit
2f5cf6d93c
|
@ -10,7 +10,7 @@ reset_env() {
|
||||||
echo -e "---> 配置文件检测完成\n"
|
echo -e "---> 配置文件检测完成\n"
|
||||||
|
|
||||||
echo -e "---> 2. 开始安装青龙依赖\n"
|
echo -e "---> 2. 开始安装青龙依赖\n"
|
||||||
rm $dir_root/node_modules
|
rm -rf $dir_root/node_modules
|
||||||
npm_install_2 $dir_root
|
npm_install_2 $dir_root
|
||||||
echo -e "---> 青龙依赖安装完成\n"
|
echo -e "---> 青龙依赖安装完成\n"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user