From b5a274600818a075a48f862c7430769fcebad1fc Mon Sep 17 00:00:00 2001 From: Niraj Tolia Date: Wed, 2 Nov 2022 02:10:02 -0700 Subject: [PATCH] Clean up more in docs Makefile (#1424) ## Description Nuke the auto-generated build and node_modules directory during clean. Note that this won't affect the docs container image because the container's node_modules are stored in the (internal) root directory of the mounted docs folder. ## Type of change - [x] :world_map: Documentation - [x] :hamster: Trivial/Minor --- docs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Makefile b/docs/Makefile index 9ca5120be..061389d6c 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -55,5 +55,5 @@ ${MDGEN_BINARY}: $(shell find ${CORSO_LOCAL_PATH}/src -type f -name *.go) $(shel $(GOC) go build -o ${MDGEN_BINARY} ${MDGEN_SRC} clean: - $(DOCSC) rm -rf docs/cli + $(DOCSC) rm -rf docs/cli build node_modules $(GOC) rm -rf ${CORSO_BUILD_DIR}/*