forked from github/dataease
Merge pull request #3701 from dataease/pr@dev@perf_cleah_npm_cache
perf: npm缓存清理
This commit is contained in:
commit
3a2d06394d
@ -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>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user