diff --git a/src/commands/init.js b/src/commands/init.js index 7226fe1..f598573 100644 --- a/src/commands/init.js +++ b/src/commands/init.js @@ -58,7 +58,6 @@ export async function init({ flags }) { return process.exit(1); } else spin.succeed('Git initialized!'); } - await execa('cd', { cwd: `./${data.name}` }); const pm = await npm(); let choice = '';