File tree Expand file tree Collapse file tree 5 files changed +5
-0
lines changed Expand file tree Collapse file tree 5 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ original_yarn_registry_url=`yarn config get registry`
2222
2323function cleanup {
2424 echo ' Cleaning up.'
25+ ps -ef | grep ' verdaccio' | grep -v grep | awk ' {print $2}' | xargs kill -9
2526 ps -ef | grep ' react-scripts' | grep -v grep | awk ' {print $2}' | xargs kill -9
2627 cd " $root_path "
2728 npm set registry " $original_npm_registry_url "
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ original_yarn_registry_url=`yarn config get registry`
2121
2222function cleanup {
2323 echo ' Cleaning up.'
24+ ps -ef | grep ' verdaccio' | grep -v grep | awk ' {print $2}' | xargs kill -9
2425 cd " $root_path "
2526 rm -rf " $temp_app_path "
2627 npm set registry " $original_npm_registry_url "
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ original_yarn_registry_url=`yarn config get registry`
2323function cleanup {
2424 echo ' Cleaning up.'
2525 unset BROWSERSLIST
26+ ps -ef | grep ' verdaccio' | grep -v grep | awk ' {print $2}' | xargs kill -9
2627 ps -ef | grep ' react-scripts' | grep -v grep | awk ' {print $2}' | xargs kill -9
2728 cd " $root_path "
2829 # TODO: fix "Device or resource busy" and remove ``|| $CI`
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ original_yarn_registry_url=`yarn config get registry`
2323function cleanup {
2424 echo ' Cleaning up.'
2525 unset BROWSERSLIST
26+ ps -ef | grep ' verdaccio' | grep -v grep | awk ' {print $2}' | xargs kill -9
2627 ps -ef | grep ' react-scripts' | grep -v grep | awk ' {print $2}' | xargs kill -9
2728 cd " $root_path "
2829 # TODO: fix "Device or resource busy" and remove ``|| $CI`
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ original_yarn_registry_url=`yarn config get registry`
2121
2222function cleanup {
2323 echo ' Cleaning up.'
24+ ps -ef | grep ' verdaccio' | grep -v grep | awk ' {print $2}' | xargs kill -9
2425 cd " $root_path "
2526 # Uncomment when snapshot testing is enabled by default:
2627 # rm ./packages/react-scripts/template/src/__snapshots__/App.test.js.snap
You can’t perform that action at this time.
0 commit comments