Skip to content

Commit

Permalink
remove cache in npm executions
Browse files Browse the repository at this point in the history
  • Loading branch information
slubwama committed Jan 20, 2024
1 parent 8f692cd commit 3957f96
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions owa/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,6 @@
<artifactId>frontend-maven-plugin</artifactId>
<version>1.15.0</version>
<executions>
<execution>
<id>clear-node-cache</id>
<goals>
<goal>npm</goal>
</goals>
<configuration>
<arguments>npm cache clean</arguments>
</configuration>
</execution>
<execution>
<id>install node and npm</id>
<goals>
Expand Down

0 comments on commit 3957f96

Please sign in to comment.