From 77dc7817fb1db817e244efdb923d7aefc2435c9d Mon Sep 17 00:00:00 2001 From: whyour Date: Wed, 3 May 2023 01:58:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20pnpm=208.4.0=20=E9=87=8D?= =?UTF-8?q?=E6=96=B0=E5=AE=89=E8=A3=85=E4=BE=9D=E8=B5=96=E4=BC=9A=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E8=BF=9B=E8=A1=8C=E8=AF=A2=E9=97=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shell/share.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/share.sh b/shell/share.sh index 2455036e..923a62ac 100755 --- a/shell/share.sh +++ b/shell/share.sh @@ -449,7 +449,7 @@ patch_version() { fi if [[ $NpmMirror ]]; then cd && pnpm config set registry $NpmMirror - pnpm install -g + pnpm install -g --prefer-offline --force fi git config --global pull.rebase false