mirror of
https://github.com/ankitects/anki.git
synced 2025-11-10 14:47:12 -05: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