Skip to content

Commit 8269550

Browse files
jycouetbenmccann
andauthored
fix: align project steps (#644)
* 🐛 FIX: Project steps alignment * Update .changeset/common-signs-grin.md Co-authored-by: Ben McCann <[email protected]> * ooo * aaa --------- Co-authored-by: Ben McCann <[email protected]>
1 parent 3bcd789 commit 8269550

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/common-signs-grin.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'sv': patch
3+
---
4+
5+
fix: align project steps

packages/cli/commands/create.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export const create = new Command('create')
7878
}
7979
if (!packageManager) {
8080
const { args, command } = resolveCommand(pm, 'install', [])!;
81-
initialSteps.push(`${i++}: ${highlight(`${command} ${args.join(' ')}`)}`);
81+
initialSteps.push(` ${i++}: ${highlight(`${command} ${args.join(' ')}`)}`);
8282
}
8383

8484
const { args, command } = resolveCommand(pm, 'run', ['dev', '--open'])!;

0 commit comments

Comments
 (0)