Skip to content

Commit f7d65a1

Browse files
committed
Add auto generate to bazel targets
1 parent a4f78e5 commit f7d65a1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

generate/BUILD.bazel

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,12 @@ py_binary(
3636
"@bzlmodrio-gentool//bazelrio_gentool",
3737
],
3838
)
39+
40+
py_binary(
41+
name = "auto_update",
42+
srcs = ["auto_update.py"],
43+
deps = [
44+
":generate",
45+
"@bzlmodrio-gentool//bazelrio_gentool",
46+
],
47+
)

0 commit comments

Comments
 (0)