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:
parent
3f3f0d1554
commit
17014cb1f5
@ -109,7 +109,7 @@ if (options.preid) {
|
|||||||
|
|
||||||
npmVersionArgs.push("--git-tag-version false");
|
npmVersionArgs.push("--git-tag-version false");
|
||||||
|
|
||||||
execSync(npmVersionArgs.join(" "), { stdio: "ignore" });
|
execSync(npmVersionArgs.join(" "));
|
||||||
|
|
||||||
const newVersion = new SemVer(readJsonSync("./package.json").version);
|
const newVersion = new SemVer(readJsonSync("./package.json").version);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user