diff --git a/Makefile b/Makefile index 59c2123cd..8d9702ac8 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: