Skip to content

Commit

Permalink
Make let target "clean-all" remove node_modules folder too (go-gitea#…
Browse files Browse the repository at this point in the history
…15780)

* Make let target "clean-all" remove node_modules folder too
  • Loading branch information
6543 authored May 8, 2021
1 parent 9557b86 commit 272bbb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 272bbb2

Please sign in to comment.