Skip to content

Commit

Permalink
chore: remove jsii aggreatepom from distribution artifacts (#4929)
Browse files Browse the repository at this point in the history
This was a leftover from previous stages and should not be published (it
has no artifacts anyway and is just a tooling artifact).
  • Loading branch information
RomainMuller authored Nov 8, 2019
1 parent 978138f commit a56f4cc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pack.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ for dir in $(find packages -name dist | grep -v node_modules | grep -v run-wrapp
rsync -av $dir/ ${distdir}/
done

# Remove a JSII aggregate POM that may have snuk past
rm -rf dist/java/software/amazon/jsii

# Get version from lerna
version="$(cat ${root}/lerna.json | grep version | cut -d '"' -f4)"

Expand Down

0 comments on commit a56f4cc

Please sign in to comment.