From 70eac1e747b16c9e0c73c83823f50334e8f8f730 Mon Sep 17 00:00:00 2001 From: whyour Date: Tue, 6 Sep 2022 15:53:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9pnpm=E5=AE=89=E8=A3=85?= =?UTF-8?q?=E5=85=A8=E5=B1=80=E6=A8=A1=E5=9D=97=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shell/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/update.sh b/shell/update.sh index 5cb39d1f..736d5a54 100755 --- a/shell/update.sh +++ b/shell/update.sh @@ -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