-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move cap updates to generate functions of FE/FF #2788
base: main
Are you sure you want to change the base?
Conversation
🦋 Changeset detectedLatest commit: 811810b The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
…into moveCapUpdates
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updates look clean and straightforward.
Changeset ✅
app: FioriApp; | ||
appOptions: Partial<AppOptions> & { | ||
/** | ||
* Generate OPA based tests, if applicable to the specified template. | ||
* This will eventually move up to {@link Ui5App.appOptions} | ||
*/ | ||
addTests?: boolean; | ||
enableNPMWorkspaces?: boolean; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please add a detailed description of how this works as you cannot enabledNPMWorkspaces
on an app so its confusing. Please also note thats this is dependant on the service being of type capService
. You could even link the doc to the description/defintion from the cap writer?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just one doc update please thx.
#2787
generate
functions of FE/FFcapService
& addedenableNPMWorkspaces
toappOptions
of FE/FF