mirror of
https://github.com/ankitects/anki.git
synced 2026-01-14 06:23:57 -05:00
ts check doesn't require build
This commit is contained in:
parent
35d0dcee5a
commit
e210a3a832
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