添加ql check运行环境监测

This commit is contained in:
hanhh
2021-06-29 00:05:37 +08:00
parent 1a801c2d31
commit c77eb3d28d
6 changed files with 124 additions and 47 deletions
-1
View File
@@ -213,7 +213,6 @@ npm_install_sub() {
elif ! type pnpm >/dev/null 2>&1; then
npm install --production --no-save --registry=https://registry.npm.taobao.org || npm install --production --no-save
else
echo -e "检测到本机安装了 pnpm,使用 pnpm 替代 ...\n"
pnpm install --prod
fi
}