Skip to content
This repository has been archived by the owner on Sep 2, 2022. It is now read-only.

Commit

Permalink
Remove temp folder after add-template
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrandwijk committed Nov 11, 2017
1 parent 1a6b4c2 commit 3ac4e96
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export default class AddTemplate extends Command {
}
}

fs.removeSync(source)
fs.removeSync(tmpDir)

this.out.log(
`Please have a look in the ${chalk.green(
Expand Down

0 comments on commit 3ac4e96

Please sign in to comment.