Skip to content

Commit

Permalink
Merge pull request dataease#3701 from dataease/pr@dev@perf_cleah_npm_…
Browse files Browse the repository at this point in the history
…cache

perf: npm缓存清理
  • Loading branch information
fit2cloud-chenyw authored Nov 9, 2022
2 parents b0a9567 + f29a435 commit 3a2d063
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions frontend/pom.xml
Original file line number Diff line number Diff line change
@@ -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>
Expand Down Expand Up @@ -44,7 +44,7 @@
</goals>
<!-- Optional configuration which provides for running any npm command -->
<configuration>
<arguments>install --force</arguments>
<arguments>install</arguments>
</configuration>
</execution>

Expand All @@ -62,4 +62,4 @@
</plugins>
</build>

</project>
</project>

0 comments on commit 3a2d063

Please sign in to comment.