Skip to content

Commit

Permalink
feat(cmd): add better logs to install command
Browse files Browse the repository at this point in the history
  • Loading branch information
jlenon7 committed Mar 4, 2024
1 parent 2f1329b commit bf4ce4b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@athenna/core",
"version": "4.32.0",
"version": "4.33.0",
"description": "One foundation for multiple applications.",
"license": "MIT",
"author": "João Lenon <lenon@athenna.io>",
Expand Down
1 change: 0 additions & 1 deletion src/commands/InstallCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ export class InstallCommand extends BaseCommand {
})
})

console.log()
this.logger.success(
`Successfully installed ${this.libraries.join(', ')} libraries`
)
Expand Down

0 comments on commit bf4ce4b

Please sign in to comment.