Skip to content

Commit 4972654

Browse files
committed
Chore: rename clean-caches to clear-caches
1 parent 51772bd commit 4972654

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ ui-build:
107107
clean-build:
108108
rm -rf build/ && rm -rf dist/ && rm -rf *.egg-info
109109

110-
clean-caches:
110+
clear-caches:
111111
find . -type d -name ".cache" -exec rm -rf {} + 2>/dev/null && echo "Successfully removed all .cache directories"
112112

113113
dev-publish: ui-build clean-build publish

0 commit comments

Comments
 (0)