perf: npm缓存清理

This commit is contained in:
fit2cloud-chenyw 2022-11-09 18:58:58 +08:00
parent e2a80b7ac1
commit f29a435ef0

View File

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