diff --git a/packages/ga-check-dependencies/dist/index.js b/packages/ga-check-dependencies/dist/index.js index 0276cd7..30fd8e7 100644 --- a/packages/ga-check-dependencies/dist/index.js +++ b/packages/ga-check-dependencies/dist/index.js @@ -27652,6 +27652,8 @@ const main = async () => { const repeatedDeps = Object.keys(repeatedDependencies); + console.log(workspaces); + console.log(deps); console.log(repeatedDependencies); if (repeatedDeps.length > 0) {