Skip to content

Commit e7068f8

Browse files
author
Michael Kaiser
committed
Fix: Grab latest version of cdk cli
1 parent 61f733a commit e7068f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/synth.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ if $fake_context; then
1212
cp $scriptdir/fake.context.json cdk.context.json
1313
fi
1414

15-
npx cdk synth
15+
yarn global add cdk@latest
16+
cdk synth
1617

1718
if $fake_context; then
1819
rm -f cdk.context.json

0 commit comments

Comments
 (0)