File tree 5 files changed +5
-0
lines changed
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`
22
22
23
23
function cleanup {
24
24
echo ' Cleaning up.'
25
+ ps -ef | grep ' verdaccio' | grep -v grep | awk ' {print $2}' | xargs kill -9
25
26
ps -ef | grep ' react-scripts' | grep -v grep | awk ' {print $2}' | xargs kill -9
26
27
cd " $root_path "
27
28
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`
21
21
22
22
function cleanup {
23
23
echo ' Cleaning up.'
24
+ ps -ef | grep ' verdaccio' | grep -v grep | awk ' {print $2}' | xargs kill -9
24
25
cd " $root_path "
25
26
rm -rf " $temp_app_path "
26
27
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`
23
23
function cleanup {
24
24
echo ' Cleaning up.'
25
25
unset BROWSERSLIST
26
+ ps -ef | grep ' verdaccio' | grep -v grep | awk ' {print $2}' | xargs kill -9
26
27
ps -ef | grep ' react-scripts' | grep -v grep | awk ' {print $2}' | xargs kill -9
27
28
cd " $root_path "
28
29
# 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`
23
23
function cleanup {
24
24
echo ' Cleaning up.'
25
25
unset BROWSERSLIST
26
+ ps -ef | grep ' verdaccio' | grep -v grep | awk ' {print $2}' | xargs kill -9
26
27
ps -ef | grep ' react-scripts' | grep -v grep | awk ' {print $2}' | xargs kill -9
27
28
cd " $root_path "
28
29
# 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`
21
21
22
22
function cleanup {
23
23
echo ' Cleaning up.'
24
+ ps -ef | grep ' verdaccio' | grep -v grep | awk ' {print $2}' | xargs kill -9
24
25
cd " $root_path "
25
26
# Uncomment when snapshot testing is enabled by default:
26
27
# rm ./packages/react-scripts/template/src/__snapshots__/App.test.js.snap
You can’t perform that action at this time.
0 commit comments