refactor: 优化源码编译
This commit is contained in:
parent
7f1e1554e2
commit
ea139fa56f
@ -1 +1 @@
|
|||||||
registry=https://registry.npm.taobao.org/
|
registry=https://registry.npmmirror.com/
|
||||||
|
|||||||
@ -38,7 +38,7 @@
|
|||||||
<version>${frontend-maven-plugin.version}</version>
|
<version>${frontend-maven-plugin.version}</version>
|
||||||
<executions>
|
<executions>
|
||||||
<!--首次打包需要放开-->
|
<!--首次打包需要放开-->
|
||||||
<!--<execution>
|
<execution>
|
||||||
<id>install node and npm</id>
|
<id>install node and npm</id>
|
||||||
<goals>
|
<goals>
|
||||||
<goal>install-node-and-npm</goal>
|
<goal>install-node-and-npm</goal>
|
||||||
@ -47,9 +47,9 @@
|
|||||||
<nodeVersion>v16.15.0</nodeVersion>
|
<nodeVersion>v16.15.0</nodeVersion>
|
||||||
<npmVersion>8.5.5</npmVersion>
|
<npmVersion>8.5.5</npmVersion>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>-->
|
</execution>
|
||||||
<!--前端组件有更新需要放开-->
|
<!--前端组件有更新需要放开-->
|
||||||
<!--<execution>
|
<execution>
|
||||||
<id>npm install</id>
|
<id>npm install</id>
|
||||||
<goals>
|
<goals>
|
||||||
<goal>npm</goal>
|
<goal>npm</goal>
|
||||||
@ -57,7 +57,7 @@
|
|||||||
<configuration>
|
<configuration>
|
||||||
<arguments>install</arguments>
|
<arguments>install</arguments>
|
||||||
</configuration>
|
</configuration>
|
||||||
</execution>-->
|
</execution>
|
||||||
|
|
||||||
<execution>
|
<execution>
|
||||||
<id>npm run build</id>
|
<id>npm run build</id>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user