mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 00:36:13 +01:00
parent
6ef27779a4
commit
44ce11bde2
1 changed files with 2 additions and 0 deletions
|
@ -156,6 +156,7 @@
|
|||
"docs:generate": [
|
||||
"docker run --rm t3docs/render-documentation show-shell-commands > tempfile.sh; echo 'dockrun_t3rd makehtml' >> tempfile.sh; bash tempfile.sh; rm tempfile.sh"
|
||||
],
|
||||
"fix:composer:normalize": "@composer normalize --no-check-lock",
|
||||
"fix:php": [
|
||||
"@fix:php:cs",
|
||||
"@fix:php:sniff"
|
||||
|
@ -211,6 +212,7 @@
|
|||
"ci:yaml:lint": "Lints the YAML files.",
|
||||
"coverage:create-directories": "Creates the directories needed for recording and merging the code coverage reports.",
|
||||
"docs:generate": "Renders the extension ReST documentation.",
|
||||
"fix:composer:normalize": "Normalizes composer.json file content.",
|
||||
"fix:php": "Runs all fixers for the PHP code.",
|
||||
"fix:php:cs": "Fixes the code style with PHP-CS-Fixer.",
|
||||
"fix:php:sniff": "Fixes the code style with PHP_CodeSniffer.",
|
||||
|
|
Loading…
Reference in a new issue