You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(@angular/cli): improve structure of ng add command
The `run` method within the `add` command module exceeded recommended line limits. This commit refactors the method by extracting the logic for each Listr task into a separate private method.
0 commit comments