Skip to content

Commit a3c2efb

Browse files
committed
refactor: replace gen.sh script with a mise.toml task specification
1 parent 51375be commit a3c2efb

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

gen.sh

Lines changed: 0 additions & 2 deletions
This file was deleted.

mise.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[tasks.codegen]
2+
description = "Update generated code"
3+
run = "uv run python3 -m codegen.run"

0 commit comments

Comments
 (0)