Skip to content

Commit 1bce27d

Browse files
committed
build: enforce the bazel module lockfile staying up to date
1 parent 63e40d0 commit 1bce27d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.bazelrc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ build --nobuild_runfile_links
3939
# Prevents the npm package extract from occuring or caching on RBE which overwhelms our quota
4040
build --modify_execution_info=NpmPackageExtract=+no-remote
4141

42+
# Frozen lockfile
43+
common --lockfile_mode=error
44+
4245
###############################
4346
# Output control #
4447
###############################

0 commit comments

Comments
 (0)