Skip to content

Commit 8155cc1

Browse files
author
Matt Zimmerman
committed
"make clean" will remove node_modules
1 parent 3da356c commit 8155cc1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,6 @@ test-bindist: $(DISTFILE)
4545

4646
clean:
4747
rm -f "$(DISTFILE)" build.json tests/build.json
48+
rm -rf node_modules
4849

4950
.PHONY: build npm_modules build.json

0 commit comments

Comments
 (0)