Skip to content

Commit

Permalink
Merge pull request #22 from AthennaIO/develop
Browse files Browse the repository at this point in the history
chore(npm): update dependencies
  • Loading branch information
jlenon7 authored Sep 5, 2022
2 parents 34c41e1 + 220c324 commit 9b032c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/Console/Commands/NewCommand.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ export class NewCommand extends Command {
async handle(projectName, options) {
this.log(this.createRainbow('Athenna'))

await Folder.safeRemove(Path.storage())
await new Folder(Path.storage()).load()

if (!this[options.type]) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@athenna/cli",
"version": "1.1.8",
"version": "1.1.9",
"description": "Athenna CLI to create new projects and install components.",
"license": "MIT",
"author": "João Lenon <lenon@athenna.io>",
Expand Down

0 comments on commit 9b032c1

Please sign in to comment.