Skip to content

Commit

Permalink
[TASK] Add extension-release command for release publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Semmler committed May 28, 2021
1 parent 0de9801 commit 537ac27
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions composer.json
Expand Up @@ -63,6 +63,12 @@
"test:unit": [
"[ -e .Build/bin/phpunit ] || composer update",
"TYPO3_PATH_ROOT=.Build/Web .Build/bin/phpunit -c .Build/vendor/nimut/testing-framework/res/Configuration/UnitTests.xml Tests/Unit"
],
"extension-release": [
"rm -rf .Build",
"rm -rf Tests/",
"rm .gitignore",
"rm .scrutinizer.yml"
]
},
"extra": {
Expand Down

0 comments on commit 537ac27

Please sign in to comment.