From 871c35aa56b2033853f4beefe581bbd33c431077 Mon Sep 17 00:00:00 2001 From: "Misha M.-Kupriyanov" Date: Thu, 18 Sep 2025 13:29:37 +0200 Subject: [PATCH] fix(zip_dependencies): keep vendor/*/src files since it is referenced in autoload files Signed-off-by: Misha M.-Kupriyanov --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 9d7de84..399f5d3 100644 --- a/Makefile +++ b/Makefile @@ -188,7 +188,7 @@ zip_dependencies: patch_shipped_json version.json ## Zip relevant files -x "apps-*/*/composer.phar" \ -x "apps-*/*/.tx" \ -x "apps-*/*/.github" \ - -x "apps-*/*/src**" \ + -x "apps-*/*/src" \ -x "apps-*/*/node_modules**" \ -x "apps-*/*/vendor-bin**" \ -x "apps-*/*/tests**" \