We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7acfb9 commit 2cd99abCopy full SHA for 2cd99ab
scripts/clean.sh
@@ -7,4 +7,7 @@ echo "Cleanup started."
7
find . -type d -name "node_modules" -exec rm -rf {} + \
8
-o -type d -name "dist" -exec rm -rf {} +
9
10
+# Remove core cache
11
+rm -rf ./packages/core/cache
12
+
13
echo "Cleanup completed."
0 commit comments