chore(Makefile): clean .npm cache too
This commit is contained in:
parent
d231df6596
commit
6b53347929
2
Makefile
2
Makefile
@ -134,7 +134,7 @@ well-known/.well-known:
|
|||||||
|
|
||||||
.PHONY: clean
|
.PHONY: clean
|
||||||
clean:
|
clean:
|
||||||
rm -rf node_modules assets/icons well-known
|
rm -rf node_modules .npm assets/icons well-known
|
||||||
rm -rf .stack-work .stack-work-build .stack-work-run .stack-work-test .stack-work-doc
|
rm -rf .stack-work .stack-work-build .stack-work-run .stack-work-test .stack-work-doc
|
||||||
rm -rf bin/
|
rm -rf bin/
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user