Skip to content

Commit

Permalink
fix(prompts): make install dependencies default
Browse files Browse the repository at this point in the history
  • Loading branch information
johnleider committed Apr 24, 2024
1 parent a242c2d commit 5fcdb16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/prompts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ const promptQuestions = (context: ContextState): PromptObject<string>[] => [
message: 'Install Dependencies?',
active: 'Yes',
inactive: 'No',
initial: false,
initial: 'Yes',
},
]

Expand Down

0 comments on commit 5fcdb16

Please sign in to comment.