mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-11-09 23:56:14 +01:00

[BUGFIX] Fix tool path for fix:php:cs Composer command (#229)

Fixes #228
This commit is contained in:
Oliver Klee 2021-04-05 17:01:16 +02:00 committed by GitHub
parent 4f51556cc9
commit d9b23a4c3b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -106,7 +106,7 @@
"@fix:php:cs",
"@fix:php:sniff"
],
"fix:php:cs": "php-cs-fixer fix --config .php_cs.php",
"fix:php:cs": "./tools/php-cs-fixer fix --config .php_cs.php",
"fix:php:sniff": ".Build/vendor/bin/phpcs Classes Configuration Tests",
"link-extension": [
"@php -r 'is_dir($extFolder=__DIR__.\"/.Build/public/typo3conf/ext/\") || mkdir($extFolder, 0777, true);'",