mirror of
https://github.com/sern-handler/cli
synced 2026-06-06 01:16:53 +00:00
fix: removed useless line
This commit is contained in:
@@ -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 = '';
|
||||
|
||||
Reference in New Issue
Block a user