File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ function cleanup {
23
23
ps -ef | grep ' react-scripts' | grep -v grep | awk ' {print $2}' | xargs kill -9
24
24
cd " $root_path "
25
25
# TODO: fix "Device or resource busy" and remove ``|| $CI`
26
- # rm -rf "$temp_cli_path" "$temp_app_path" "$temp_module_path" || $CI
26
+ rm -rf " $temp_cli_path " " $temp_app_path " " $temp_module_path " || $CI
27
27
}
28
28
29
29
# Error messages are redirected to stderr
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ function cleanup {
22
22
cd " $root_path "
23
23
# Uncomment when snapshot testing is enabled by default:
24
24
# rm ./packages/react-scripts/template/src/__snapshots__/App.test.js.snap
25
- # rm -rf "$temp_cli_path" $temp_app_path
25
+ rm -rf " $temp_cli_path " $temp_app_path
26
26
}
27
27
28
28
# Error messages are redirected to stderr
You can’t perform that action at this time.
0 commit comments