We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 352d9f7 commit 3f63f80Copy full SHA for 3f63f80
scripts/bzlmod-update.sh
@@ -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
9
0 commit comments