mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 00:16:13 +01:00
[CLEANUP] Sort the files/directories in the prepare-release
script (#1104)
This avoids unrelated changes when this list is modified.
This commit is contained in:
parent
fe14d28e57
commit
9af692307f
1 changed files with 5 additions and 5 deletions
|
@ -176,7 +176,6 @@
|
|||
"fix:php:sniff": "phpcbf Classes Configuration Tests",
|
||||
"phpstan:baseline": ".Build/bin/phpstan --generate-baseline --allow-empty-baseline",
|
||||
"prepare-release": [
|
||||
"rm .gitignore",
|
||||
"rm -rf .Build",
|
||||
"rm -rf .ddev",
|
||||
"rm -rf .github",
|
||||
|
@ -185,17 +184,18 @@
|
|||
"rm -rf Tests",
|
||||
"rm -rf tools",
|
||||
"rm .editorconfig",
|
||||
"rm .gitattributes",
|
||||
"rm .php-cs-fixer.php",
|
||||
"rm .eslintignore",
|
||||
"rm .eslintrc.json",
|
||||
"rm .gitattributes",
|
||||
"rm .gitignore",
|
||||
"rm .php-cs-fixer.php",
|
||||
"rm .prettierrc.js",
|
||||
"rm package.json",
|
||||
"rm stylelint.config.js",
|
||||
"rm phive.xml",
|
||||
"rm phpcs.xml",
|
||||
"rm phpstan-baseline.neon",
|
||||
"rm phpstan.neon",
|
||||
"rm phpcs.xml"
|
||||
"rm stylelint.config.js"
|
||||
]
|
||||
},
|
||||
"scripts-descriptions": {
|
||||
|
|
Loading…
Reference in a new issue