Commit e1e2cb9
refactor(@angular/cli): use command default for unspecified target builders
If a target definition from a project's configuration does not contain a
`builder` field and the CLI command provides a default, the default will
now be used for the command execution. This is in addition to the existing
case where the command will use a synthetic target definition for commands
that provide default builders.
(cherry picked from commit 744ae4e)1 parent 107dcc8 commit e1e2cb9
File tree
1 file changed
+9
-2
lines changed- packages/angular/cli/src/command-builder
1 file changed
+9
-2
lines changedLines changed: 9 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
| 45 | + | |
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
52 | | - | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
53 | 60 | | |
54 | 61 | | |
55 | 62 | | |
| |||
0 commit comments