Skip to content

Commit

Permalink
[bazel] With the move to aspect_rules_js we do not need to pre-warm t…
Browse files Browse the repository at this point in the history
…he npm cache (#14370)
  • Loading branch information
shs96c committed Aug 10, 2024
1 parent aa4a41e commit 3bad4c7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions scripts/github-actions/ci-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@ set -eufo pipefail
# We want to see what's going on
set -x

# The NPM repository rule wants to write to the HOME directory
# but that's configured for the remote build machines, so run
# that repository rule first so that the subsequent remote
# build runs successfully. We don't care what the output is.
bazel query @npm//:all >/dev/null

# Now run the tests. The engflow build uses pinned browsers
# so this should be fine
# shellcheck disable=SC2046
Expand Down

0 comments on commit 3bad4c7

Please sign in to comment.