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.
I noticed when running the CI tasks locally
tasks/e2e-kitchensink.shfor example, that the verdaccio process is not killed when thecleanupfunction 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
cleanupfunction in each of our task scripts that use verdaccio.