remove verbose flag (#2067)
This commit is contained in:
parent
b4046b5ed8
commit
7dd6d82bba
|
|
@ -80,9 +80,9 @@ if (configuration) {
|
|||
args.push("--configuration");
|
||||
args.push(configuration);
|
||||
}
|
||||
|
||||
if (verbose) {
|
||||
args.push("--verbose");
|
||||
|
||||
}
|
||||
|
||||
let command = "npm";
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue