diff --git a/src/index.ts b/src/index.ts index b0c8593..38117b0 100644 --- a/src/index.ts +++ b/src/index.ts @@ -203,6 +203,7 @@ async function main( emitter.on('completed', () => { console.log(chalk.green(`🎉 ${chalk.bold('Copied project files')}`)) console.log(chalk.gray('Get started with:'), chalk.bold(`cd ${target}`)) + process.exit(0) }) }