Skip to content

Commit

Permalink
feat(sample): log configs
Browse files Browse the repository at this point in the history
  • Loading branch information
Airkro committed Sep 19, 2024
1 parent b653b70 commit d4624a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions packages/sample/lib/lib/sample.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ export async function action() {
mergeConfig(group),
);

logger.info(configs);

for (const config of configs) {
const files = await scan(config);
const code = await picker(files, config);
Expand Down
2 changes: 1 addition & 1 deletion packages/sample/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bring-it/sample",
"version": "0.4.9",
"version": "0.4.10",
"description": "Generate code sample files",
"license": "MIT",
"author": {
Expand Down

0 comments on commit d4624a3

Please sign in to comment.