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 b595d0c commit 956a7eeCopy full SHA for 956a7ee
docker/entrypoint.sh
@@ -26,7 +26,7 @@ asdf reshim nodejs
26
if [ "${SHOW_DIFF}" = "true" ]
27
then
28
echo "Running diff"
29
- npx cdk diff \
+ npx cdk diff -v \
30
--app "npx ts-node --prefer-ts-exts ${CDK_APP_PATH}"
31
fi
32
if [ "${DEPLOY_CODE}" = "true" ]
0 commit comments