From 3a0e33c46d07128920055e124069338b73232ab3 Mon Sep 17 00:00:00 2001 From: winixt Date: Sat, 1 Apr 2023 15:21:28 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E4=BF=AE=E5=A4=8D=20release=20=E5=BC=82?= =?UTF-8?q?=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/release.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/release.mjs b/scripts/release.mjs index 24e2a463..45d5a462 100644 --- a/scripts/release.mjs +++ b/scripts/release.mjs @@ -247,7 +247,7 @@ async function main() { updateVersions(packagesVersion); // update lock - await run('pnpm i'); + await run('pnpm', ['i']); // // build all packages with types step('\nBuilding all packages...'); if (!isDryRun) {