Quasar Build Process - Turn off progress bar?
-
Hi,
We have our quasar production builds scripted and the progress bar output on the console is intermixing with other outputs from the builds…
Is it possible to turn off the progress bar during builds?
I found articles on using ‘no-progress’ with the npm outputs and I tried
quasar build --no-progress
but that didn’t appear to work…
Thanks…
-
It’s been awhile…was just wondering if anyone has any ideas on this? We are doing our builds in parallel and the output of the quasar/npm build is interlacing with other output during the build…we’d like to either turn off all the output altogether or just the progress output.
Thanks…
-
quasar build >> /dev/null
will turn off all the output