fix(create-emdash): remove manual bootstrap step from CLI output
This commit is contained in:
@@ -264,7 +264,7 @@ async function main() {
|
||||
|
||||
const steps = [`cd ${projectName}`];
|
||||
if (!shouldInstall) steps.push(installCmd);
|
||||
steps.push(runCmd("bootstrap"), runCmd("dev"));
|
||||
steps.push(runCmd("dev"));
|
||||
|
||||
p.note(steps.join("\n"), "Next steps");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user