ts check doesn't require build

This commit is contained in:
Damien Elmes 2020-07-22 14:11:45 +10:00
parent 0d8df6be20
commit 1687f797de

View file

@ -47,7 +47,7 @@ develop: .build/build
touch $@
.PHONY: check
check: .build/build
check: .build/proto
npm run check
.PHONY: fix