summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 59c2123cdb..8d9702ac83 100644
--- a/Makefile
+++ b/Makefile
@@ -219,7 +219,7 @@ node-check:
.PHONY: clean-all
clean-all: clean
- rm -rf $(WEBPACK_DEST_ENTRIES)
+ rm -rf $(WEBPACK_DEST_ENTRIES) node_modules
.PHONY: clean
clean: