diff --git a/.bazelrc b/.bazelrc index 43276f982a31..a740976b2024 100644 --- a/.bazelrc +++ b/.bazelrc @@ -39,6 +39,9 @@ build --nobuild_runfile_links # Prevents the npm package extract from occuring or caching on RBE which overwhelms our quota build --modify_execution_info=NpmPackageExtract=+no-remote +# Frozen lockfile +common --lockfile_mode=error + ############################### # Output control # ###############################