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