Skip to content

Commit cb8d720

Browse files
committed
build: fix order of task
1 parent b517617 commit cb8d720

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.mise.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ run = [
2121
]
2222

2323
[tasks.check]
24+
wait_for = ["generate"]
2425
run = "cargo hack check --each-feature"
2526

2627
# no uncommitted changes on sdk (generated code)
@@ -40,6 +41,7 @@ cargo deny --workspace --all-features \
4041
"""
4142

4243
[tasks."lint:cargo_clippy"]
44+
wait_for = ["generate"]
4345
run = "cargo clippy --workspace --all-features --no-deps --all-targets -- --deny warnings"
4446

4547
[tasks."lint:toml"]

0 commit comments

Comments
 (0)