We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 647247f commit 5a2969bCopy full SHA for 5a2969b
scripts/build-typescript.sh
@@ -20,7 +20,7 @@ fi
20
# Check if yarn.lock exists
21
if [ -f "yarn.lock" ]; then
22
echo "yarn.lock file found. Running 'yarn install'..."
23
- yarn install --frozen-lockfile
+ yarn install --frozen-lockfile --mutex network
24
yarn build
25
npm run --if-present test
26
# Check if package-lock.json exists
scripts/synth.sh
@@ -12,7 +12,7 @@ if $fake_context; then
12
cp $scriptdir/fake.context.json cdk.context.json
13
fi
14
15
-yarn global add cdk@latest
+# yarn global add cdk@latest # > Should not need anymore.
16
cdk synth
17
18
if $fake_context; then
0 commit comments