From 2ad7f6afc69f83607e9123fa4a18aec90b216c1d Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Fri, 27 Dec 2019 08:40:46 +1000 Subject: [PATCH] check depends on build --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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