We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ba5f7f commit 744394fCopy full SHA for 744394f
create-missing-libraries.sh
@@ -3,6 +3,7 @@ set -euo pipefail
3
4
export PATH=node_modules/.bin:$PATH
5
6
+# Making sure the bare minimum packages allowing be able to test-build the generated packages is available:
7
lerna exec --scope=cfn2ts \
8
--scope=pkglint \
9
--scope=@aws-cdk/cdk-cfnspec \
@@ -117,3 +118,5 @@ EOM
117
118
echo "✅ Have fun with your new package ${P}"
119
fi
120
done
121
+
122
+echo "⚠️ Don't forget to add the newly created packages to the dependency closure of 'aws-cdk-all'!"
0 commit comments