chore: i'll kill someone for this shit

This commit is contained in:
EvolutionX
2022-05-11 11:31:59 +05:30
parent fec1c8e24c
commit 59cb125435

View File

@@ -65,7 +65,7 @@ export async function init({ flags }) {
const chosen = await prompt([which_manager]);
choice = chosen.manager;
} else choice = pm;
// await installDeps(choice, data.name);
await installDeps(choice, data.name);
await editMain(data.name);
await editDirs(data.main_dir, data.cmds_dir, data.name);
}