ci: 修复 release 异常

This commit is contained in:
winixt 2023-04-01 15:21:28 +08:00
parent ac75e433ae
commit 8263cf2b60

View File

@ -247,7 +247,7 @@ async function main() {
updateVersions(packagesVersion); updateVersions(packagesVersion);
// update lock // update lock
await run('pnpm i'); await run('pnpm', ['i']);
// // build all packages with types // // build all packages with types
step('\nBuilding all packages...'); step('\nBuilding all packages...');
if (!isDryRun) { if (!isDryRun) {