Skip to content

Commit

Permalink
fix(angular): do not run migration generator bumping angular cli vers…
Browse files Browse the repository at this point in the history
…ion when update is skipped (#16643)
  • Loading branch information
leosvelperez authored Apr 28, 2023
1 parent deee934 commit 6e745f8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/angular/migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,9 @@
"update-angular-cli-version-15-2-0": {
"cli": "nx",
"version": "15.8.0-beta.4",
"requires": {
"@angular/core": ">=15.2.0"
},
"description": "Update the @angular/cli package version to ~15.2.0.",
"factory": "./src/migrations/update-15-8-0/update-angular-cli"
},
Expand Down

0 comments on commit 6e745f8

Please sign in to comment.