diff --git a/pkgs/create-neon/src/index.ts b/pkgs/create-neon/src/index.ts index 788317407..fdf9eb03e 100644 --- a/pkgs/create-neon/src/index.ts +++ b/pkgs/create-neon/src/index.ts @@ -67,14 +67,14 @@ async function askProjectType(options: ProjectOptions) { const prefix = cache === "npm" && org === `@${options.name}` - ? "" - : cache === "npm" - ? await dialog.ask({ - prompt: "cache prefix", - parse: (v: string): string => v, - default: `${options.name}-`, - }) - : null; + ? "" + : cache === "npm" + ? await dialog.ask({ + prompt: "cache prefix", + parse: (v: string): string => v, + default: `${options.name}-`, + }) + : null; const ci = await dialog.ask({ prompt: "ci provider",