URL: http://github.com/angular/angular-cli/commit/22bd88c40f7a67cd308bf0e1e3636ee1e37de4a1
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c94d22 commit 22bd88cCopy full SHA for 22bd88c
.bazelrc
@@ -171,8 +171,8 @@ build --enable_runfiles
171
####################################################
172
173
# TODO(josephperrott): investigate if this can be removed eventually.
174
-# Prevents the npm package extract from occuring on RBE which overwhelms our quota
175
-build --modify_execution_info=NpmPackageExtract=+no-remote-exec
+# Prevents the npm package extract from occuring or caching on RBE which overwhelms our quota
+build --modify_execution_info=NpmPackageExtract=+no-remote
176
177
178
# User bazel configuration
0 commit comments