Skip to content

Commit a3481b3

Browse files
committed
TS: Do not pass --verbose to yarn
1 parent 29be461 commit a3481b3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

javascript/extractor/src/com/semmle/js/extractor/AutoBuild.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,6 @@ protected void installDependencies(Set<Path> filesToExtract) {
599599
Arrays.asList(
600600
"yarn",
601601
"install",
602-
"--verbose",
603602
"--non-interactive",
604603
"--ignore-scripts",
605604
"--ignore-platform",

0 commit comments

Comments
 (0)