mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
ts check doesn't require build
This commit is contained in:
parent
0d8df6be20
commit
1687f797de
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ develop: .build/build
|
|||
touch $@
|
||||
|
||||
.PHONY: check
|
||||
check: .build/build
|
||||
check: .build/proto
|
||||
npm run check
|
||||
|
||||
.PHONY: fix
|
||||
|
|
Loading…
Reference in a new issue