Skip to content

Commit bde24ed

Browse files
authored
build: postinstall should not generate summaries for dev-infra pkg (#19566)
Currently our NGC postinstall for Bazel also runs against the dev-infra package. This results in a small slow-down and is simply unnecessary given that this does not represent a dependency of interest for `ng_module` compilations.
1 parent 45492b6 commit bde24ed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

angular-tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
"node_modules/@angular/bazel/**",
2727
"node_modules/@angular/common/upgrade*",
2828
"node_modules/@angular/compiler-cli/**",
29+
"node_modules/@angular/dev-infra-private/**",
2930
"node_modules/@angular/router/upgrade*"
3031
]
3132
}

0 commit comments

Comments
 (0)