Skip to content

Commit 3664b3a

Browse files
authored
Update src/index.ts
1 parent ecdebcf commit 3664b3a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,8 +311,9 @@ export async function create({
311311
`4. ${color.cyan(`${pkgManager} run dev`)}`,
312312
];
313313

314-
nextSteps.length &&
314+
if (nextSteps.length) {
315315
note(nextSteps.map((step) => color.reset(step)).join('\n'), 'Next steps');
316+
}
316317

317318
outro('All set, happy coding!');
318319
}

0 commit comments

Comments
 (0)