decentraland / decentraland-rpc

📡 Sandboxed code execution + Plugins + JSON-RPC engine
Apache License 2.0
5 stars 5 forks source link

CLI progress bar #25

Open tcrowe opened 6 years ago

tcrowe commented 6 years ago

Hiyo :wave:

In my package.json I've got these scripts running in parallel:

"dev-compile-scene": "decentraland-compiler build-scene.json --watch || true",
"dev-compile-server": "decentraland-compiler build-server.json --watch || true",

One compiling a tsx scene and the other a ts server project. It works well but the progress never completes. It only goes to 98%.

screen shot 2018-10-12 at 2 40 34 pm

Thanks! 👍🏼