mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
Remove extra out argument sent to Parcel and reduce logging in output (#22)
Use log-level=1 for parcel.
This commit is contained in:
parent
c0cc240810
commit
e392672011
1 changed files with 1 additions and 1 deletions
2
Makefile
2
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
|
||||
|
|
Loading…
Reference in a new issue