mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Fix command line argument not being passed to lerna (#7210)
Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
This commit is contained in:
parent
52660ef75c
commit
b5e2deffc2
@ -48,7 +48,7 @@ try {
|
||||
});
|
||||
}
|
||||
|
||||
await exec(`npm run bump-version --yes ${newVersion}`);
|
||||
await exec(`npm run bump-version ${newVersion} -- --yes`);
|
||||
} catch (error) {
|
||||
console.error(error);
|
||||
process.exit(1);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user