mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 00:36:13 +01: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:
parent
ead187c779
commit
79601e8aa6
1 changed files with 0 additions and 2 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue