make checks depend on full build

This commit is contained in:
Damien Elmes 2019-12-18 14:52:53 +10:00
parent dffa481da2
commit 685962faae

View file

@ -60,7 +60,7 @@ build: .build/ui .build/js
run: build
./runanki ${RUNARGS}
CHECKDEPS := .build/ui $(shell find anki aqt -name '*.py')
CHECKDEPS := build $(shell find anki aqt -name '*.py')
.PHONY: check mypy test lint pytype