mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-19 23:56:13 +02:00

[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.
This commit is contained in:
Oliver Klee 2024-09-17 13:20:30 +02:00 committed by GitHub
parent ead187c779
commit 79601e8aa6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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",