Merge pull request #8119 from dataease/pr@v2.3_refactor_compile

refactor: 优化源码编译
This commit is contained in:
fit2cloudrd 2024-02-21 17:29:43 +08:00 committed by GitHub
commit c3db9ad6d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

@ -1 +1 @@
registry=https://registry.npm.taobao.org/
registry=https://registry.npmmirror.com/

View File

@ -38,7 +38,7 @@
<version>${frontend-maven-plugin.version}</version>
<executions>
<!--首次打包需要放开-->
<!--<execution>
<execution>
<id>install node and npm</id>
<goals>
<goal>install-node-and-npm</goal>
@ -47,9 +47,9 @@
<nodeVersion>v16.15.0</nodeVersion>
<npmVersion>8.5.5</npmVersion>
</configuration>
</execution>-->
</execution>
<!--前端组件有更新需要放开-->
<!--<execution>
<execution>
<id>npm install</id>
<goals>
<goal>npm</goal>
@ -57,7 +57,7 @@
<configuration>
<arguments>install</arguments>
</configuration>
</execution>-->
</execution>
<execution>
<id>npm run build</id>