Kill verdaccio in CI tasks cleanup
Created by: ianschmitz
I noticed when running the CI tasks locally tasks/e2e-kitchensink.sh
for example, that the verdaccio process is not killed when the cleanup
function is run. This can cause weird errors when running the task back to back locally.
We should find and kill the verdaccio process in the cleanup
function in each of our task scripts that use verdaccio.