mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
make checks depend on full build
This commit is contained in:
parent
dffa481da2
commit
685962faae
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue