Skip to content

Commit 1eacc8d

Browse files
authored
Merge pull request #2398 from erise133/cleanup-exit-code
chore: invoke exit code 0 after positive cleanup
2 parents ac87ec7 + 7396d8f commit 1eacc8d

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
@@ -15,3 +15,4 @@ rm -rf ./packages/core/cache
1515
rm ./pnpm-lock.yaml
1616

1717
echo "Cleanup completed."
18+
exit 0

0 commit comments

Comments
 (0)