Run Angular Migration without Generating a migrations.json file #29888
bMil21
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a way to run an Angular update (and all of its schematics) without generating a
migrations.json
file? To Achieve this, we currently have to do something like this...npx nx migrate @angular/core@18
npx nx migrate --run-migrations
migrations.json
fileBeta Was this translation helpful? Give feedback.
All reactions