diff --git a/Makefile b/Makefile index ddcf65c08..5d742ec8c 100644 --- a/Makefile +++ b/Makefile @@ -154,7 +154,7 @@ run: build ###################### .PHONY: check -check: rs-test rs-fmt rs-clippy py-mypy py-test py-fmt py-imports py-lint ts-fmt +check: build rs-test rs-fmt rs-clippy py-mypy py-test py-fmt py-imports py-lint ts-fmt .PHONY: fix fix: fix-py-fmt fix-py-imports fix-rs-fmt fix-ts-fmt