Skip to content

Commit 2cd99ab

Browse files
committed
chore: remove cache in core
1 parent f7acfb9 commit 2cd99ab

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/clean.sh

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

10+
# Remove core cache
11+
rm -rf ./packages/core/cache
12+
1013
echo "Cleanup completed."

0 commit comments

Comments
 (0)