diff --git a/shell/update.sh b/shell/update.sh index f69d9a31..22cc03fd 100755 --- a/shell/update.sh +++ b/shell/update.sh @@ -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() {