ARTEMIS-4334: update assembly scripts handling, exclude some that can be generated earlier by artemis-website build

This commit is contained in:
Robbie Gemmell 2023-06-26 11:30:21 +01:00
parent db18db6a7f
commit 4e9f5fd3aa
1 changed files with 2 additions and 0 deletions

View File

@ -145,6 +145,8 @@
</includes> </includes>
<excludes> <excludes>
<exclude>**/target/**</exclude> <exclude>**/target/**</exclude>
<exclude>artemis-website/node/</exclude>
<exclude>artemis-website/node_modules/</exclude>
</excludes> </excludes>
</fileSet> </fileSet>
</fileSets> </fileSets>