mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-11-22 03:56:12 +01:00
This commit is contained in:
Łukasz Uznański 2024-07-08 01:15:27 +02:00
parent 486e16d316
commit 06ce339b38

View file

@ -178,7 +178,7 @@
"@fix:php:sniff" "@fix:php:sniff"
], ],
"fix:php:cs": "php-cs-fixer fix --config .php-cs-fixer.php", "fix:php:cs": "php-cs-fixer fix --config .php-cs-fixer.php",
"fix:php:sniff": "phpcbf Classes Configuration Tests", "fix:php:sniff": "phpcbf --standard=Build/phpcs/phpcs.xml Classes Configuration Tests",
"phpstan:baseline": "phpstan --generate-baseline --allow-empty-baseline", "phpstan:baseline": "phpstan --generate-baseline --allow-empty-baseline",
"prepare-release": [ "prepare-release": [
"rm -rf .Build", "rm -rf .Build",
@ -202,7 +202,6 @@
"rm package-lock.json", "rm package-lock.json",
"rm package.json", "rm package.json",
"rm phive.xml", "rm phive.xml",
"rm phpcs.xml",
"rm phpstan-baseline.neon", "rm phpstan-baseline.neon",
"rm phpstan.neon", "rm phpstan.neon",
"rm rector.php", "rm rector.php",