Skip to content

Commit

Permalink
Merge pull request elizaOS#1515 from elizaOS/revert-1508-1506--clean-…
Browse files Browse the repository at this point in the history
…cache

chore: Revert "Clear `/cache/` in `clean.sh` script"
  • Loading branch information
shakkernerd authored Dec 28, 2024
2 parents 1461e9a + cfc9ec1 commit f7efd21
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/clean.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,4 @@ echo "Cleanup started."
find . -type d -name "node_modules" -exec rm -rf {} + \
-o -type d -name "dist" -exec rm -rf {} +

# Remove model cache
rm -rf ./cache

echo "Cleanup completed."

0 comments on commit f7efd21

Please sign in to comment.