mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-13 00:36:16 +01:00
[BUGFIX] Fix tool path for fix:php:cs Composer command (#229)
Fixes #228
This commit is contained in:
parent
4f51556cc9
commit
d9b23a4c3b
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@
|
||||||
"@fix:php:cs",
|
"@fix:php:cs",
|
||||||
"@fix:php:sniff"
|
"@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",
|
"fix:php:sniff": ".Build/vendor/bin/phpcs Classes Configuration Tests",
|
||||||
"link-extension": [
|
"link-extension": [
|
||||||
"@php -r 'is_dir($extFolder=__DIR__.\"/.Build/public/typo3conf/ext/\") || mkdir($extFolder, 0777, true);'",
|
"@php -r 'is_dir($extFolder=__DIR__.\"/.Build/public/typo3conf/ext/\") || mkdir($extFolder, 0777, true);'",
|
||||||
|
|
Loading…
Reference in a new issue