From d2408f47a026b0ae856733055ed980e7d33bf79b Mon Sep 17 00:00:00 2001 From: LinaKind Date: Fri, 28 Feb 2025 09:31:07 +0000 Subject: [PATCH] Remove vendor folder when cleaning https://github.com/elifesciences/issues/issues/9169 --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 70724b86..ab86d4ee 100644 --- a/Makefile +++ b/Makefile @@ -49,6 +49,7 @@ integration-test: config.php clean bring-up-app-without-queue-watcher clean: $(DOCKER_COMPOSE_DEV) down --volumes rm -rf var/logs/*.json + rm -rf vendor .PHONY: all-checks all-checks: config.php clean bring-up-app-without-queue-watcher