Skip to content

Commit 5a3fe52

Browse files
committed
chore: format
1 parent 5150334 commit 5a3fe52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/create/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ export const createSolid = (version: string) =>
160160
const pM = detectPackageManager();
161161
p.note(
162162
projectName === "." ? "" : `cd ${projectName}\n` +
163-
`${pM.name} install
163+
`${pM.name} install
164164
${pM.name} ${pM.runScriptCommand("dev")}`,
165165
"To get started, run:",
166166
);

0 commit comments

Comments
 (0)