File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -582,7 +582,6 @@ Use \`vp create --list\` to list all available templates, or run \`vp create --h
582582 workspaceInfoOptional . monorepoScope ,
583583 fallbackName ,
584584 ) ;
585- prompts . log . info ( `Using package name: ${ accent ( packageName ) } ` ) ;
586585 if ( isMonorepo ) {
587586 if ( ! cwdRelativeToRoot ) {
588587 // At monorepo root: scaffolding here would overwrite the entire workspace
@@ -607,6 +606,7 @@ Use \`vp create --list\` to list all available templates, or run \`vp create --h
607606 // so that scaffolding happens in cwd, not at the workspace root
608607 targetDir = cwdRelativeToRoot ;
609608 }
609+ prompts . log . info ( `Using package name: ${ accent ( packageName ) } ` ) ;
610610 } else if ( selectedTemplateName === BuiltinTemplate . monorepo ) {
611611 const selected = await promptPackageNameAndTargetDir (
612612 getRandomProjectName ( { fallbackName : 'vite-plus-monorepo' } ) ,
You can’t perform that action at this time.
0 commit comments