before script ignore custom vendor

This commit is contained in:
Yuri Kuznetsov
2025-01-25 09:24:06 +02:00
parent 26b1be00e8
commit 39e29a9d02
+1
View File
@@ -66,6 +66,7 @@ class BeforeUpgrade
{
$skipPathRegexList = [
'^custom\/Espo\/Modules\/[^\/]+\/vendor',
'^custom\/Espo\/Custom\/vendor',
'^application\/Espo\/Modules\/[^\/]+\/vendor',
"^custom\/Espo\/Modules\/Sales\/",
];