Commit c075a56
build(client): fix api entrypoint task dependencies (microsoft#26110)
This partially reverts "build: streamline by removing unneeded build
deps (microsoft#25733)" (commit ee07c75).
It lets "compile" task only depend on ancestor "api" and preserves the
commented out line removal.
To make the build more efficient, API entrypoint generation should be
made distinct from api-extractor reports.1 parent c84d156 commit c075a56
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
82 | | - | |
83 | | - | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| |||
0 commit comments