mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 15:32:23 -04:00
check depends on build
This commit is contained in:
parent
de980055e6
commit
2ad7f6afc6
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -154,7 +154,7 @@ run: build
|
|||
######################
|
||||
|
||||
.PHONY: check
|
||||
check: rs-test rs-fmt rs-clippy py-mypy py-test py-fmt py-imports py-lint ts-fmt
|
||||
check: build rs-test rs-fmt rs-clippy py-mypy py-test py-fmt py-imports py-lint ts-fmt
|
||||
|
||||
.PHONY: fix
|
||||
fix: fix-py-fmt fix-py-imports fix-rs-fmt fix-ts-fmt
|
||||
|
|
Loading…
Reference in a new issue