ql update添加patch

This commit is contained in:
hanhh 2021-09-30 19:14:40 +08:00
parent 91399f1a1f
commit 61d155257c

View File

@ -308,6 +308,8 @@ patch_version() {
if ! type ts-node >/dev/null 2>&1; then
pnpm i -g ts-node typescript tslib
fi
git config --global pull.rebase false
}
reload_pm2() {