We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63e40d0 commit 1bce27dCopy full SHA for 1bce27d
.bazelrc
@@ -39,6 +39,9 @@ build --nobuild_runfile_links
39
# Prevents the npm package extract from occuring or caching on RBE which overwhelms our quota
40
build --modify_execution_info=NpmPackageExtract=+no-remote
41
42
+# Frozen lockfile
43
+common --lockfile_mode=error
44
+
45
###############################
46
# Output control #
47
0 commit comments