mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-01 04:40:38 +08:00
JavaScript 通知文件 tunnel 替换为 hpagent,移除 scripts 目录下 package.json
This commit is contained in:
@@ -300,11 +300,6 @@ update_qinglong_static() {
|
||||
|
||||
check_update_dep() {
|
||||
echo -e "\n开始检测依赖...\n"
|
||||
if [[ ! -s $dir_scripts/package.json ]] || [[ $(diff $dir_sample/package.json $dir_scripts/package.json) ]]; then
|
||||
cp -f $dir_sample/package.json $dir_scripts/package.json
|
||||
npm_install_2 $dir_scripts
|
||||
fi
|
||||
|
||||
if [[ $(diff $dir_root/package.json ${dir_tmp}/qinglong-${primary_branch}/package.json) ]]; then
|
||||
npm_install_2 "${dir_tmp}/qinglong-${primary_branch}"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user