Skip to content

Commit

Permalink
Remove extra out argument sent to Parcel and reduce logging in output (
Browse files Browse the repository at this point in the history
…denoland#22)

Use log-level=1 for parcel.
  • Loading branch information
mohsen1 authored and ry committed May 31, 2018
1 parent c0cc240 commit e392672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e392672

Please sign in to comment.