diff --git a/tools/depgraph.js b/tools/depgraph.js index dab5e45..6b97aea 100644 --- a/tools/depgraph.js +++ b/tools/depgraph.js @@ -324,6 +324,7 @@ async function getDepGraph() { artifacts.push(await getImageArtifact({ tag: "app" })); artifacts.push(await getDeployReadyArtifact(langs)); artifacts.push(await getDeployLiveArtifact(langs)); + console.log(artifacts) return { informationalDependencies, artifacts }; }