Skip to content

Commit 2b9b6c6

Browse files
committed
chore: show config in ci cmd
1 parent 84819a9 commit 2b9b6c6

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

.changeset/fair-cheetahs-count.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"lingo.dev": patch
3+
---
4+
5+
show config in ci cmd

packages/cli/src/cli/cmd/ci/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ export default new Command()
6262
}),
6363
};
6464

65+
console.log("--- config ---");
66+
console.log(env);
67+
console.log("--- ---");
68+
6569
process.env = { ...process.env, ...env };
6670

6771
const ora = createOra();

0 commit comments

Comments
 (0)