Skip to content

Commit 9534999

Browse files
committed
Add convenience script for updating Bazelmod lockfile and tidying
1 parent de25cf0 commit 9534999

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

scripts/bzlmod-update.sh

Lines changed: 9 additions & 0 deletions
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)