Skip to content

Commit 6eb2c26

Browse files
committed
TS: Pass --no-default-rc and --non-interactive to yarn
1 parent df97ab2 commit 6eb2c26

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -600,10 +600,12 @@ protected void installDependencies(Set<Path> filesToExtract) {
600600
"yarn",
601601
"install",
602602
"--verbose",
603+
"--non-interactive",
603604
"--ignore-scripts",
604605
"--ignore-platform",
605606
"--ignore-engines",
606607
"--ignore-optional",
608+
"--no-default-rc",
607609
"--no-bin-links",
608610
"--pure-lockfile"));
609611
pb.directory(file.getParent().toFile());

0 commit comments

Comments
 (0)