Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
dherman committed Nov 15, 2024
1 parent 34e7bbd commit 8fef4fd
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pkgs/create-neon/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 8fef4fd

Please sign in to comment.