We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 100e12d commit 45e0703Copy full SHA for 45e0703
tasks/local-registry.sh
@@ -25,9 +25,6 @@ function stopLocalRegistry {
25
# Restore the original NPM and Yarn registry URLs and stop Verdaccio
26
npm set registry "$original_npm_registry_url"
27
yarn config set registry "$original_yarn_registry_url"
28
-
29
- # Kill Verdaccio process
30
- ps -ef | grep 'verdaccio' | grep -v grep | awk '{print $2}' | xargs kill -9
31
}
32
33
function publishToLocalRegistry {
0 commit comments