Skip to content

Commit b978f7d

Browse files
author
erise133
committed
enhancement: invoke exit code 0 after positive cleanup
1 parent dd6a410 commit b978f7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/clean.sh

+1
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ find . -type d -name "node_modules" -exec rm -rf {} + \
88
-o -type d -name "dist" -exec rm -rf {} +
99

1010
echo "Cleanup completed."
11+
exit 0

0 commit comments

Comments
 (0)