mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-22 09:56:13 +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: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",
|
||||||
|
|
Loading…
Reference in a new issue