Skip to content

Commit

Permalink
fix(vue): dont require project when generating component (#19885)
Browse files Browse the repository at this point in the history
  • Loading branch information
mandarini authored Oct 30, 2023
1 parent 91c83cb commit c2aa6ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/generated/packages/vue/generators/component.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
"x-prompt": "What unit test runner should be used?"
}
},
"required": ["name", "project"],
"required": ["name"],
"presets": []
},
"aliases": ["c"],
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/src/generators/component/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -110,5 +110,5 @@
"x-prompt": "What unit test runner should be used?"
}
},
"required": ["name", "project"]
"required": ["name"]
}

1 comment on commit c2aa6ef

@vercel
Copy link

@vercel vercel bot commented on c2aa6ef Oct 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

nx-dev – ./

nx-dev-git-master-nrwl.vercel.app
nx-dev-nrwl.vercel.app
nx-five.vercel.app
nx.dev

Please sign in to comment.