mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-21 22:56:12 +01:00
Fix path
This commit is contained in:
parent
486e16d316
commit
06ce339b38
1 changed files with 1 additions and 2 deletions
|
@ -178,7 +178,7 @@
|
|||
"@fix:php:sniff"
|
||||
],
|
||||
"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",
|
||||
"prepare-release": [
|
||||
"rm -rf .Build",
|
||||
|
@ -202,7 +202,6 @@
|
|||
"rm package-lock.json",
|
||||
"rm package.json",
|
||||
"rm phive.xml",
|
||||
"rm phpcs.xml",
|
||||
"rm phpstan-baseline.neon",
|
||||
"rm phpstan.neon",
|
||||
"rm rector.php",
|
||||
|
|
Loading…
Reference in a new issue