mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2025-04-27 18:30:51 +02:00
[BUGFIX] Generate the PHPStan baseline in Build/
(#1635)
Followup to #1634
This commit is contained in:
parent
2e589d2cc5
commit
c1153fdb0f
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue