diff --git a/.bazelrc b/.bazelrc index 3c0d4583f82..e40d092f41d 100644 --- a/.bazelrc +++ b/.bazelrc @@ -12,6 +12,9 @@ common --@aspect_rules_ts//ts:default_to_tsc_transpiler # Needed as otherwise `env` of TS actions would be ignored. common --incompatible_merge_fixed_and_default_shell_env +# Frozen lockfile +common --lockfile_mode=error + ############################### # Filesystem interactions # ###############################