Skip to content

Commit 3bad4c7

Browse files
authored
[bazel] With the move to aspect_rules_js we do not need to pre-warm the npm cache (#14370)
1 parent aa4a41e commit 3bad4c7

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

scripts/github-actions/ci-build.sh

-6
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@ set -eufo pipefail
44
# We want to see what's going on
55
set -x
66

7-
# The NPM repository rule wants to write to the HOME directory
8-
# but that's configured for the remote build machines, so run
9-
# that repository rule first so that the subsequent remote
10-
# build runs successfully. We don't care what the output is.
11-
bazel query @npm//:all >/dev/null
12-
137
# Now run the tests. The engflow build uses pinned browsers
148
# so this should be fine
159
# shellcheck disable=SC2046

0 commit comments

Comments
 (0)