Skip to content

Commit

Permalink
Remove webapp/src/generated/ in remove-node-cache
Browse files Browse the repository at this point in the history
  • Loading branch information
jesperpedersen committed Sep 29, 2023
1 parent e3569e7 commit cdfc0ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@
<executable>sh</executable>
<arguments>
<argument>-c</argument>
<argument>rm -rf webapp/node webapp/node_modules webapp/package-lock.json</argument>
<argument>rm -rf webapp/node webapp/node_modules webapp/package-lock.json webapp/src/generated/</argument>
</arguments>
</configuration>
</execution>
Expand Down

0 comments on commit cdfc0ef

Please sign in to comment.