Skip to content

Commit

Permalink
Merge pull request #221 from AthennaIO/develop
Browse files Browse the repository at this point in the history
fix(install): run task first to install pkgs
  • Loading branch information
jlenon7 authored Mar 6, 2024
2 parents 1e71762 + ae22fe6 commit 77027f1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 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.33.0",
"version": "4.34.0",
"description": "One foundation for multiple applications.",
"license": "MIT",
"author": "João Lenon <lenon@athenna.io>",
Expand Down
2 changes: 2 additions & 0 deletions src/commands/InstallCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ export class InstallCommand extends BaseCommand {
})
})

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

0 comments on commit 77027f1

Please sign in to comment.