summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMohsen Azimi <me@azimi.me>2018-05-31 03:03:10 +0300
committerRyan Dahl <ry@tinyclouds.org>2018-05-30 20:03:10 -0400
commite3926720118f76e4b1352a75e332026e49154f34 (patch)
tree835a614ccbb5c9439b59f31a0d7dbda7b1ef9677
parentc0cc240810f9280ca458c54b4cb69acc30e47e27 (diff)
Remove extra out argument sent to Parcel and reduce logging in output (#22)
Use log-level=1 for parcel.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a5c1978b9..3092c259f 100644
--- a/Makefile
+++ b/Makefile
@@ -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