Open tcrowe opened 6 years ago
Hiyo :wave:
In my package.json I've got these scripts running in parallel:
package.json
"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%.
--no-progress
dcl start
Thanks! 👍🏼
Hiyo :wave:
In my
package.json
I've got these scripts running in parallel: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%.
--no-progress
. Maybe it just does "OK" like thedcl start
command.Thanks! 👍🏼