From ed78f749e861e42ce2f45a1ba6960e1acfad3c13 Mon Sep 17 00:00:00 2001 From: jiangzhixiong <710328466@qq.com> Date: Wed, 17 Apr 2024 10:38:31 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E6=89=93=E5=8C=85?= =?UTF-8?q?=E5=91=BD=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy/build.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/deploy/build.sh b/deploy/build.sh index 00a1980..e3b1239 100755 --- a/deploy/build.sh +++ b/deploy/build.sh @@ -1,3 +1,7 @@ +pnpm -v + +node -v + pnpm install pnpm run build:master