Skip to content

Commit

Permalink
Remove vendor folder when cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
LinaKind committed Feb 28, 2025
1 parent 01e3411 commit d2408f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d2408f4

Please sign in to comment.