Skip to content

Commit

Permalink
Add auto generate to bazel targets (#4)
Browse files Browse the repository at this point in the history
* Update versions

* Version update

* Update gen

* Update versions

* Update deprecation flags

* Update autogen

* Update autogen

* Update autogen

* Gen stuff

* Gen stuff

* Add auto update ability

* lint

* Add auto generate to bazel targets
  • Loading branch information
pjreiniger authored Oct 16, 2023
1 parent 73e8bd3 commit e8112f0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions generate/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -36,3 +36,12 @@ py_binary(
"@bzlmodrio-gentool//bazelrio_gentool",
],
)

py_binary(
name = "auto_update",
srcs = ["auto_update.py"],
deps = [
":generate",
"@bzlmodrio-gentool//bazelrio_gentool",
],
)

0 comments on commit e8112f0

Please sign in to comment.