mirror of
https://github.com/WeBankFinTech/fes.js.git
synced 2025-04-06 03:59:53 +08:00
ci: 修复 release 异常
This commit is contained in:
parent
7fa51df4cb
commit
3a0e33c46d
@ -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) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user