Skip to content

Commit b6d144d

Browse files
committed
test(@angular-devkit/build-angular): increase bazel shards for dev-server tests
1 parent 36cfc98 commit b6d144d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/angular_devkit/build_angular/BUILD.bazel

+2-2
Original file line numberDiff line numberDiff line change
@@ -285,10 +285,10 @@ LARGE_SPECS = {
285285
"tags": ["no-remote-exec"],
286286
},
287287
"dev-server": {
288+
"shards": 10,
289+
"size": "large",
288290
"extra_deps": [
289-
"@npm//@types/express",
290291
"@npm//@types/node-fetch",
291-
"@npm//express",
292292
"@npm//node-fetch",
293293
"@npm//@types/http-proxy",
294294
"@npm//http-proxy",

0 commit comments

Comments
 (0)