Skip to content

Commit

Permalink
chore: add missing comment in monocdk build.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainMuller committed Apr 23, 2020
1 parent 607b84b commit d1b3b75
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/monocdk-experiment/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,8 @@ mv ${outdir}/dist ${scriptdir}/dist
# so this module will also work as a local dependency (e.g. for modules under @monocdk-experiment/*).
rm -fr ${scriptdir}/staging
mv ${unpacked} ${scriptdir}/staging

# move .jsii to package root, where our build tools, etc... will look for it.
# this is needed because the generated code is hosted under staging/, but during
# it's creation, it was directly in the package root.
mv ${scriptdir}/staging/.jsii ${scriptdir}

0 comments on commit d1b3b75

Please sign in to comment.