We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb666b8 commit 1deb264Copy full SHA for 1deb264
1 file changed
tools/make/lib/bundle/browser.mk
@@ -102,9 +102,9 @@ dist-bundles-publish-dry-run: $(NODE_MODULES)
102
# Removes distributable bundle build artifacts.
103
#
104
# @example
105
-# make clean-dist
+# make clean-dist-bundles
106
#/
107
-clean-dist:
+clean-dist-bundles:
108
$(QUIET) echo 'Removing build artifacts...'
109
$(QUIET) $(DIST_PKG_DIRS) | grep '^[\/]\|^[a-zA-Z]:[/\]' | while read -r pkg; do \
110
echo ""; \
@@ -114,4 +114,4 @@ clean-dist:
114
done
115
$(QUIET) echo 'Finished removing build artifacts.'
116
117
-.PHONY: clean-dist
+.PHONY: clean-dist-bundles
0 commit comments