check depends on build

This commit is contained in:
Damien Elmes 2019-12-27 08:40:46 +10:00
parent de980055e6
commit 2ad7f6afc6

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