Skip to content

Commit 744394f

Browse files
committedJul 10, 2018
Add comment
1 parent 1ba5f7f commit 744394f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed
 

‎create-missing-libraries.sh

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ set -euo pipefail
33

44
export PATH=node_modules/.bin:$PATH
55

6+
# Making sure the bare minimum packages allowing be able to test-build the generated packages is available:
67
lerna exec --scope=cfn2ts \
78
--scope=pkglint \
89
--scope=@aws-cdk/cdk-cfnspec \
@@ -117,3 +118,5 @@ EOM
117118
echo "✅ Have fun with your new package ${P}"
118119
fi
119120
done
121+
122+
echo "⚠️ Don't forget to add the newly created packages to the dependency closure of 'aws-cdk-all'!"

0 commit comments

Comments
 (0)