Fix twig cleaning

[MAILPOET-3241]
This commit is contained in:
Pavel Dohnal
2020-10-27 16:13:13 +01:00
committed by Veljko V
parent 9c5cbb477b
commit d37f456074
2 changed files with 3 additions and 1 deletions

View File

@ -230,3 +230,6 @@ foreach ($replacements as $singleFile) {
// Remove unwanted class aliases in lib/Twig
exec("rm -rf ../vendor-prefixed/twig/twig/lib/Twig");
exec("rm ../vendor-prefixed/twig/twig/drupal_test.sh");
exec("rm ../vendor-prefixed/twig/twig/README.rst");
exec("rm -rf ../vendor-prefixed/twig/twig/src/Test");