Skip to content

Commit

Permalink
do not remove package-lock.json in clean
Browse files Browse the repository at this point in the history
  • Loading branch information
jtnord committed Jun 2, 2023
1 parent 6abfc91 commit 08fd5fe
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,6 @@
<artifactId>maven-clean-plugin</artifactId>
<configuration>
<filesets>
<fileset>
<directory>./</directory>
<includes>
<include>package-lock.json</include>
</includes>
</fileset>
<fileset>
<directory>node</directory>
<includes>
Expand Down

0 comments on commit 08fd5fe

Please sign in to comment.