fix(cli): use correct prompt when choosing project

This commit is contained in:
Yann Braga 2020-12-27 00:21:52 +01:00
parent c661af316a
commit 090e1ee64b

View File

@ -255,7 +255,7 @@ const projectTypeInquirer = async (options: { yes?: boolean }) => {
if (manualAnswer !== true && manualAnswer.manual) {
const frameworkAnswer = await prompts([
{
type: 'list',
type: 'select',
name: 'manualFramework',
message: 'Please choose a project type from the following list:',
choices: installableProjectTypes.map((type) => ({