From 79601e8aa6fbf63c092ed32666cd7c3ec7f55340 Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Tue, 17 Sep 2024 13:20:30 +0200 Subject: [PATCH] [TASK] Remove redundancies in the `prepare-release` Composer script (#1458) We're already removing the whole `Build/` directory in this script. So there is no need to also remove the individual files in this directory. --- composer.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/composer.json b/composer.json index d5de972..dce00d8 100644 --- a/composer.json +++ b/composer.json @@ -197,8 +197,6 @@ "rm .nvmrc", "rm .php-cs-fixer.php", "rm .prettierrc.js", - "rm Build/phpunit/FunctionalTests.xml", - "rm Build/phpunit/UnitTests.xml", "rm package-lock.json", "rm package.json", "rm phive.xml",