ci: 修复 release 异常

This commit is contained in:
winixt 2023-04-01 15:21:28 +08:00
parent 7fa51df4cb
commit 3a0e33c46d

View File

@ -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) {