Skip to content

Commit

Permalink
chore: More debugging for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mutahhir committed Jul 14, 2023
1 parent 16a99e0 commit d463c19
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion packages/@cdktf/cli-core/src/lib/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ export async function init({
providersForceLocal,
silent,
}: InitArgs) {
console.log("INIT DIST: ", dist);
const deps: any = await determineDeps(cdktfVersion, dist);

const futureFlags = Object.entries(FUTURE_FLAGS)
Expand Down
1 change: 1 addition & 0 deletions packages/cdktf-cli/src/bin/cmds/handlers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ export async function convert({ language, provider, stack }: any) {

const projectRoot = projectRootPath();
const dist = path.resolve(projectRoot, "../../dist");
console.log("Version: ", pkg.version, dist);

logger.setLevel("ERROR");
await init({
Expand Down

0 comments on commit d463c19

Please sign in to comment.