From 4d8770c88ce3582f6ad74537c0dcad5387d6ace9 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Wed, 18 Dec 2019 14:52:53 +1000 Subject: [PATCH] make checks depend on full build --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index cca58a026..d2032e947 100644 --- a/Makefile +++ b/Makefile @@ -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