Skip to content

Commit 8f155e1

Browse files
author
Travis McMahon
committed
DDF-2721: Changed to file lock
1 parent 5ebed78 commit 8f155e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

catalog/ui/catalog-ui-search/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@
231231
<goal>yarn</goal>
232232
</goals>
233233
<configuration>
234-
<arguments>install --mutex network</arguments>
234+
<arguments>install --mutex file:${java.io.tmpdir}/.yarnLock</arguments>
235235
</configuration>
236236
</execution>
237237
<execution>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@
539539
<goal>yarn</goal>
540540
</goals>
541541
<configuration>
542-
<arguments>install --mutex network</arguments>
542+
<arguments>install --mutex file:${java.io.tmpdir}/.yarnLock</arguments>
543543
</configuration>
544544
</execution>
545545
<execution>

0 commit comments

Comments
 (0)