diff options
author | Mohsen Azimi <me@azimi.me> | 2018-05-31 03:03:10 +0300 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-05-30 20:03:10 -0400 |
commit | e3926720118f76e4b1352a75e332026e49154f34 (patch) | |
tree | 835a614ccbb5c9439b59f31a0d7dbda7b1ef9677 | |
parent | c0cc240810f9280ca458c54b4cb69acc30e47e27 (diff) |
Remove extra out argument sent to Parcel and reduce logging in output (#22)
Use log-level=1 for parcel.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -54,7 +54,7 @@ msg.pb.d.ts: msg.pb.js node_modules dist/main.js: $(TS_FILES) 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/.bin/parcel build --out-dir=dist/ --log-level=1 --no-minify main.ts node_modules: yarn |