Skip to content

Commit

Permalink
Revert "chore: activate 'rosetta infuse' feature (#17191)"
Browse files Browse the repository at this point in the history
This reverts commit 5cee43e.
  • Loading branch information
rix0rrr committed Oct 28, 2021
1 parent 1f570e8 commit cf10bfc
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions pack.sh
Expand Up @@ -39,17 +39,12 @@ function lerna_scopes() {
# Compile examples with respect to "decdk" directory, as all packages will
# be symlinked there so they can all be included.
echo "Extracting code samples" >&2
$ROSETTA extract \
node --experimental-worker $(which $ROSETTA) \
--compile \
--output samples.tabl.json \
--directory packages/decdk \
$(cat $TMPDIR/jsii.txt)

echo "Infusing examples back into assemblies" >&2
$ROSETTA infuse \
samples.tabl.json \
$(cat $TMPDIR/jsii.txt)

# Jsii packaging (all at once using jsii-pacmak)
echo "Packaging jsii modules" >&2
$PACMAK \
Expand Down

0 comments on commit cf10bfc

Please sign in to comment.