1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

remove ignore stdio

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2022-05-12 10:48:04 -04:00
parent 3f3f0d1554
commit 17014cb1f5

View File

@ -109,7 +109,7 @@ if (options.preid) {
npmVersionArgs.push("--git-tag-version false");
execSync(npmVersionArgs.join(" "), { stdio: "ignore" });
execSync(npmVersionArgs.join(" "));
const newVersion = new SemVer(readJsonSync("./package.json").version);