mirror of
https://github.com/ankitects/anki.git
synced 2026-01-14 06:23:57 -05:00
check depends on build
This commit is contained in:
parent
f04e8fb6c2
commit
0b0a8e29bf
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