From 4670adadc005faa658e632ff2245629fbfda76a8 Mon Sep 17 00:00:00 2001 From: roymondchen Date: Fri, 31 May 2024 15:11:26 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"build:=20=E5=8F=91=E5=B8=83=E6=97=B6?= =?UTF-8?q?=E5=9C=A8=E6=9B=B4=E7=89=88=E6=9C=AC=E5=8F=B7=E5=90=8E=E6=89=A7?= =?UTF-8?q?=E8=A1=8Creinstall=E6=9D=A5=E7=94=9F=E6=88=90=E6=96=B0lock"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 7dad24737454c99c6f164a6e7699f1e560d7155b. --- scripts/release.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/release.mjs b/scripts/release.mjs index a464afa1..768e1642 100644 --- a/scripts/release.mjs +++ b/scripts/release.mjs @@ -165,7 +165,7 @@ async function main() { // build all packages with types step('\nBuilding all packages...'); if (!skipBuild && !isDryRun) { - await run('pnpm', ['run', 'reinstall']); + await run('pnpm', ['run', 'build']); } else { console.log(`(skipped)`); }