1
0
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

Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
This commit is contained in:
Janne Savolainen 2023-02-22 11:47:57 +02:00
parent 73230c8659
commit 383ce3caa3
No known key found for this signature in database
GPG Key ID: 8C6CFB2FFFE8F68A

View File

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