build: yarn proxy

This commit is contained in:
CaptainB 2021-12-28 16:04:49 +08:00 committed by BugKing
parent 8e1304dbc1
commit ca04b4a300
1 changed files with 2 additions and 0 deletions

View File

@ -51,6 +51,7 @@
you can remove this whole <configuration> section.
-->
<arguments>install</arguments>
<yarnInheritsProxyConfigFromMaven>false</yarnInheritsProxyConfigFromMaven>
</configuration>
</execution>
<!-- Build and minify static files -->
@ -61,6 +62,7 @@
</goals>
<configuration>
<arguments>build</arguments>
<yarnInheritsProxyConfigFromMaven>false</yarnInheritsProxyConfigFromMaven>
</configuration>
</execution>
</executions>