We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51772bd commit 4972654Copy full SHA for 4972654
Makefile
@@ -107,7 +107,7 @@ ui-build:
107
clean-build:
108
rm -rf build/ && rm -rf dist/ && rm -rf *.egg-info
109
110
-clean-caches:
+clear-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
0 commit comments