ql update添加patch

This commit is contained in:
hanhh 2021-09-30 19:14:40 +08:00
parent 47abdb0f36
commit c01ec828e2

View File

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