Update packages/cli/src/commands/versions/bump.ts
Co-authored-by: Johan Haals <johan@haals.se> Signed-off-by: Brett Wright <wright.brett@gmail.com>
This commit is contained in:
@@ -255,7 +255,7 @@ export default async (opts: OptionValues) => {
|
||||
);
|
||||
}
|
||||
|
||||
if (opts.skipInstall === undefined) {
|
||||
if (!opts.skipInstall) {
|
||||
await runYarnInstall();
|
||||
} else {
|
||||
console.log();
|
||||
|
||||
Reference in New Issue
Block a user