mirror of
https://github.com/ankitects/anki.git
synced 2026-01-14 06:23:57 -05:00
make checks depend on full build
This commit is contained in:
parent
243bef4331
commit
4d8770c88c
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