remove verbose flag (#2067)

This commit is contained in:
Andrew Stanton-Nurse 2018-04-17 21:07:53 -07:00 committed by GitHub
parent b4046b5ed8
commit 7dd6d82bba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -80,9 +80,9 @@ if (configuration) {
args.push("--configuration");
args.push(configuration);
}
if (verbose) {
args.push("--verbose");
}
let command = "npm";