Make let target "clean-all" remove node_modules folder too (#15780)

* Make let target "clean-all" remove node_modules folder too
mj-v1.18.3
6543 3 years ago committed by GitHub
parent 9557b8603a
commit 272bbb200d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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:

Loading…
Cancel
Save