Skip to content

Commit

Permalink
feat(yarn): set Zero-Installs question to Yest by default
Browse files Browse the repository at this point in the history
  • Loading branch information
hckhanh committed Apr 3, 2021
1 parent 422e016 commit 46060a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/inquirer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ export async function collectAnswers(): Promise<InquirerConfigs> {
name: "zeroInstalls",
message: "Does your project use Zero-Installs (Yarn 2)?",
when: (answers) => answers.configurations.includes("yarn2"),
default: false,
},
{
type: "input",
Expand Down

0 comments on commit 46060a0

Please sign in to comment.