Skip to content

Commit

Permalink
[TASK] Remove composer scripts again
Browse files Browse the repository at this point in the history
  • Loading branch information
linawolf committed Feb 29, 2024
1 parent c27ba67 commit 97af21f
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,29 +60,5 @@
"typo3/cms-tstemplate": "dev-main",
"typo3/cms-viewpage": "dev-main",
"typo3/cms-workspaces": "dev-main"
},
"scripts": {
"check": [
"@check:php"
],
"check:php": [
"@check:php:lint",
"@check:php:cs"
],
"check:php:cs": "Build/Scripts/runTests.sh -n -s cgl",
"check:php:lint": "Build/Scripts/runTests.sh -s lint",
"fix": [
"@fix:php"
],
"fix:php": [
"@fix:php:cs"
],
"fix:php:cs": "Build/Scripts/runTests.sh -s cgl",
"generate:codesnippets": [
".Build/vendor/bin/typo3 codesnippet:create Documentation/CodeSnippets/"
],
"generate": [
"@generate:codesnippets"
]
}
}

0 comments on commit 97af21f

Please sign in to comment.