From 362aa677b404408a341dc0ddd2e1801c9d0fc200 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Mon, 14 May 2018 17:27:34 -0400 Subject: Support relative import. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 25416012b..93791200e 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ msg.pb.js: msg.proto node_modules 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 compiler.ts fs.ts util.ts msg.pb.js msg.pb.d.ts node_modules +dist/main.js: main.ts compiler.ts os.ts util.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 -- cgit v1.2.3