Skip to content

Commit 3a2130e

Browse files
committed
re-enable cleanup
1 parent c2c9db0 commit 3a2130e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tasks/e2e-kitchensink.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ function cleanup {
2323
ps -ef | grep 'react-scripts' | grep -v grep | awk '{print $2}' | xargs kill -9
2424
cd "$root_path"
2525
# 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
2727
}
2828

2929
# Error messages are redirected to stderr

tasks/e2e-simple.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ function cleanup {
2222
cd "$root_path"
2323
# Uncomment when snapshot testing is enabled by default:
2424
# 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
2626
}
2727

2828
# Error messages are redirected to stderr

0 commit comments

Comments
 (0)