mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
make sure we pull in translations for check action as well
This commit is contained in:
parent
c966d88e4c
commit
92670acff8
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -104,7 +104,7 @@ clean-dist:
|
|||
rm -rf dist
|
||||
|
||||
.PHONY: check
|
||||
check: pyenv buildhash
|
||||
check: pyenv buildhash prepare
|
||||
@set -eo pipefail && \
|
||||
for dir in $(CHECKABLE_RS); do \
|
||||
$(SUBMAKE) -C $$dir check; \
|
||||
|
|
Loading…
Reference in a new issue