From bfb3cd7a5c55dbf59eacb7d93e88f38632e47260 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Mon, 14 May 2018 01:19:23 -0400 Subject: use tsc for type checking --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5cd8b9c15..6ccc4781d 100644 --- a/Makefile +++ b/Makefile @@ -14,6 +14,7 @@ msg.pb.d.ts: msg.pb.js node_modules ./node_modules/.bin/pbts -o msg.pb.d.ts msg.pb.js dist/main.js: main.ts msg.pb.js msg.pb.d.ts node_modules + ./node_modules/.bin/tsc --noEmit # Only for type checking. ./node_modules/.bin/parcel build --out-dir=dist/ --no-minify main.ts node_modules: -- cgit v1.2.3