Skip to content

Commit a56f4cc

Browse files
authored
chore: remove jsii aggreatepom from distribution artifacts (#4929)
This was a leftover from previous stages and should not be published (it has no artifacts anyway and is just a tooling artifact).
1 parent 978138f commit a56f4cc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pack.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ for dir in $(find packages -name dist | grep -v node_modules | grep -v run-wrapp
4343
rsync -av $dir/ ${distdir}/
4444
done
4545

46+
# Remove a JSII aggregate POM that may have snuk past
47+
rm -rf dist/java/software/amazon/jsii
48+
4649
# Get version from lerna
4750
version="$(cat ${root}/lerna.json | grep version | cut -d '"' -f4)"
4851

0 commit comments

Comments
 (0)