修改pnpm安装全局模块命令

This commit is contained in:
whyour 2022-09-06 15:53:21 +08:00
parent 6f5a5fe066
commit 70eac1e747

View File

@ -303,7 +303,7 @@ patch_version() {
fi
if ! type ts-node &>/dev/null; then
pnpm i -g ts-node typescript tslib
pnpm add -g ts-node typescript tslib
fi
# 兼容pnpm@7