Skip to content

Commit

Permalink
chore: adding debugging line for github action testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mutahhir committed Jul 14, 2023
1 parent 54833e3 commit c3ccdaa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/@cdktf/cli-core/src/lib/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ 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

0 comments on commit c3ccdaa

Please sign in to comment.