JavaScript 通知文件 tunnel 替换为 hpagent,移除 scripts 目录下 package.json

This commit is contained in:
whyour
2023-12-24 14:30:56 +08:00
parent d2cf482d11
commit 563457cf1b
7 changed files with 61 additions and 75 deletions
-3
View File
@@ -9,9 +9,6 @@ reset_env() {
npm_install_2 $dir_root
echo -e "---> 青龙依赖安装完成\n"
echo -e "---> 3. 开始安装脚本依赖\n"
cp -f $dir_sample/package.json $dir_scripts/package.json
npm_install_2 $dir_scripts
echo -e "---> 脚本依赖安装完成\n"
}