Skip to content

Commit

Permalink
Remove the last usage of --noenablebzlmod
Browse files Browse the repository at this point in the history
  • Loading branch information
shs96c committed Oct 12, 2024
1 parent 932b379 commit 132f1ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/update-docs.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
set -eufo pipefail

bazel build --noenable_bzlmod //docs:readme
bazel build //docs:readme
cp -f bazel-bin/docs/README.md README.md

0 comments on commit 132f1ea

Please sign in to comment.