# Inspired by https://raw.githubusercontent.com/bazelbuild/rules_nodejs/master/.bazelrc # Import shared settings first so we can override below import %workspace%/.bazelrc.common # Enable this in case you want to share your build info # build --build_metadata=VISIBILITY=PUBLIC build --build_metadata=TEST_GROUPS=//packages ############################### # Offline Support # # Turn on these settings with # # --config=offline # ############################### ## Reset remote cache and backend support build:offline --bes_backend="" --remote_cache="" run:offline --bes_backend="" --remote_cache=""