Merge pull request #3701 from dataease/pr@dev@perf_cleah_npm_cache

perf: npm缓存清理
This commit is contained in:
fit2cloud-chenyw 2022-11-09 19:00:08 +08:00 committed by GitHub
commit 3a2d06394d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>dataease-server</artifactId>
@ -44,7 +44,7 @@
</goals>
<!-- Optional configuration which provides for running any npm command -->
<configuration>
<arguments>install --force</arguments>
<arguments>install</arguments>
</configuration>
</execution>
@ -62,4 +62,4 @@
</plugins>
</build>
</project>
</project>