fix: removed useless line

This commit is contained in:
EvolutionX
2022-05-09 20:52:18 +05:30
parent 6e006e0073
commit f268b1c62f

View File

@@ -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 = '';