-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
feat(nx-plugin): remove cli property from generators and executors schema.json file #16259
feat(nx-plugin): remove cli property from generators and executors schema.json file #16259
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
// If it doesn't exist, we will check if the implementation references @angular/devkit. | ||
const shouldBeNx = !!collection.generators[name]; | ||
const shouldBeNg = !!collection.schematics[name]; | ||
let cli = entry.cli; |
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.
Remove this
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.
I'd call the var "useAngularDevkitToRunMigration"
'from "@angular-devkit', | ||
].some((s) => implStringContents.includes(s)) | ||
) { | ||
cli ??= 'angular'; |
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.
make =
c3970b6
to
4a07183
Compare
4a07183
to
014d570
Compare
014d570
to
ef45f67
Compare
…d update migrations.json
ef45f67
to
5a45d9e
Compare
This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request. |
Current Behavior
We don't read these props but still generate them
Expected Behavior
We don't generate them
Related Issue(s)
Fixes #