diff options
| author | Ryan Dahl <ry@tinyclouds.org> | 2018-05-14 17:27:34 -0400 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2018-05-14 17:28:31 -0400 |
| commit | 362aa677b404408a341dc0ddd2e1801c9d0fc200 (patch) | |
| tree | e74408d405285ca9e948acba82e09452e5b2e2f1 /Makefile | |
| parent | 50105d7855f69190f235ebd50e261863905ef173 (diff) | |
Support relative import.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
