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:
Brett Wright
2022-12-17 10:38:17 +11:00
committed by GitHub
parent 214792a4be
commit dd375b47c0
+1 -1
View File
@@ -255,7 +255,7 @@ export default async (opts: OptionValues) => {
);
}
if (opts.skipInstall === undefined) {
if (!opts.skipInstall) {
await runYarnInstall();
} else {
console.log();