Skip to content

Commit

Permalink
chore: remove comment code
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronConlon committed May 29, 2023
1 parent fc5ead4 commit 9a40d28
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import { program } from "commander";
const _projectName = resolveProjectName(projectName);
// 如果未指定项目名称,则让用户输入项目名
const answers = await generateConfig(_projectName, cmdObj?.template);
// showProcessMessage(answers, () => generateProject(answers));
await generateProject(answers);
showSuccessSlogan(answers);
})
Expand Down

0 comments on commit 9a40d28

Please sign in to comment.