You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Workaround is something like this find coverage/srcbackup -name '*.html' | xargs -P 16 -I@ yarn juice @ @
but it would be great if juice had native support for doing this as I suspect it'd be faster
Workaround is something like this
find coverage/srcbackup -name '*.html' | xargs -P 16 -I@ yarn juice @ @but it would be great if juice had native support for doing this as I suspect it'd be faster