We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
.cache
1 parent 956670c commit 51772bdCopy full SHA for 51772bd
1 file changed
Makefile
@@ -107,6 +107,9 @@ ui-build:
107
clean-build:
108
rm -rf build/ && rm -rf dist/ && rm -rf *.egg-info
109
110
+clean-caches:
111
+ find . -type d -name ".cache" -exec rm -rf {} + 2>/dev/null && echo "Successfully removed all .cache directories"
112
+
113
dev-publish: ui-build clean-build publish
114
115
jupyter-example:
0 commit comments