mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2025-04-27 18:30:51 +02:00

[BUGFIX] Generate the PHPStan baseline in Build/ ()

Followup to 
This commit is contained in:
Oliver Klee 2025-04-05 14:01:36 +02:00 committed by GitHub
parent 2e589d2cc5
commit c1153fdb0f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -183,7 +183,7 @@
],
"fix:php:cs": "php-cs-fixer fix --config ./Build/php-cs-fixer/php-cs-fixer.php",
"fix:php:rector": "rector",
"phpstan:baseline": "phpstan --generate-baseline --allow-empty-baseline --configuration=Build/phpstan/phpstan.neon",
"phpstan:baseline": "phpstan --generate-baseline=Build/phpstan/phpstan-baseline.neon --allow-empty-baseline --configuration=Build/phpstan/phpstan.neon",
"prepare-release": [
"rm -rf .Build",
"rm -rf .ddev",