Skip to content

Commit 5a2969b

Browse files
author
Michael Kaiser
committed
Update installing cdk cli
1 parent 647247f commit 5a2969b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/build-typescript.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ fi
2020
# Check if yarn.lock exists
2121
if [ -f "yarn.lock" ]; then
2222
echo "yarn.lock file found. Running 'yarn install'..."
23-
yarn install --frozen-lockfile
23+
yarn install --frozen-lockfile --mutex network
2424
yarn build
2525
npm run --if-present test
2626
# Check if package-lock.json exists

scripts/synth.sh

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

15-
yarn global add cdk@latest
15+
# yarn global add cdk@latest # > Should not need anymore.
1616
cdk synth
1717

1818
if $fake_context; then

0 commit comments

Comments
 (0)