From 1687f797de37b335c52791da3ae462437f15be4a Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Wed, 22 Jul 2020 14:11:45 +1000 Subject: [PATCH] ts check doesn't require build --- ts/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/Makefile b/ts/Makefile index 388059e5c..291893b72 100644 --- a/ts/Makefile +++ b/ts/Makefile @@ -47,7 +47,7 @@ develop: .build/build touch $@ .PHONY: check -check: .build/build +check: .build/proto npm run check .PHONY: fix