mirror of
https://github.com/sern-handler/cli
synced 2026-06-15 04:12:33 +00:00
chore: i'll kill someone for this shit
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user