From 8fef4fdec9e749bea0e041602f6e3da166b79adc Mon Sep 17 00:00:00 2001 From: David Herman Date: Fri, 15 Nov 2024 15:58:33 -0800 Subject: [PATCH] prettier --- pkgs/create-neon/src/index.ts | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) 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",