feat(misc): change cloud prompt default
This commit is contained in:
parent
0b86b141e0
commit
e008caf9f9
@ -641,7 +641,7 @@ async function askAboutNxCloud(parsedArgs: any) {
|
||||
name: 'No',
|
||||
},
|
||||
],
|
||||
initial: 'No' as any,
|
||||
initial: 'Yes' as any,
|
||||
},
|
||||
])
|
||||
.then((a: { NxCloud: 'Yes' | 'No' }) => a.NxCloud === 'Yes');
|
||||
|
||||
@ -66,7 +66,7 @@ async function connectToNxCloudPrompt() {
|
||||
name: 'No',
|
||||
},
|
||||
],
|
||||
initial: 'No' as any,
|
||||
initial: 'Yes' as any,
|
||||
},
|
||||
])
|
||||
.then((a: { NxCloud: 'Yes' | 'No' }) => a.NxCloud === 'Yes');
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user