Skip to content

Commit 3f63f80

Browse files
committed
Add convenience script for updating Bazelmod lockfile and tidying
1 parent 352d9f7 commit 3f63f80

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

scripts/bzlmod-update.sh

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#!/bin/env bash
2+
set -euxo pipefail
3+
4+
bazel mod deps --lockfile_mode=update
5+
bazel mod tidy
6+
7+
cd "$(dirname "$0")/../tests"
8+
bazel mod deps --lockfile_mode=update
9+
bazel mod tidy

0 commit comments

Comments
 (0)