check depends on build

This commit is contained in:
Damien Elmes 2019-12-27 08:40:46 +10:00
parent f04e8fb6c2
commit 0b0a8e29bf

View file

@ -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