From f268b1c62fd4d5823d483a33cfef2e2d7f7b127c Mon Sep 17 00:00:00 2001 From: EvolutionX Date: Mon, 9 May 2022 20:52:18 +0530 Subject: [PATCH] fix: removed useless line --- src/commands/init.js | 1 - 1 file changed, 1 deletion(-) 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 = '';