Skip to content

Commit

Permalink
Merge pull request #220 from AthennaIO/develop
Browse files Browse the repository at this point in the history
feat(cmd): add better logs to install command
  • Loading branch information
jlenon7 authored Mar 4, 2024
2 parents 0ed8ec5 + bf4ce4b commit 1e71762
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 <[email protected]>",
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 1e71762

Please sign in to comment.