Create release package cleanly from a temporary folder (#279)

This commit is contained in:
Pierre Rudloff 2020-06-22 23:15:31 +02:00
parent 251fbe48ca
commit a518e3b7b3
2 changed files with 22 additions and 41 deletions

View file

@ -92,7 +92,7 @@
"scripts": {
"lint": "grumphp run --ansi",
"test": "phpunit",
"release": "robo release",
"release": "robo release --ansi",
"update-locales": [
"tsmarty2c.php templates > i18n/template.pot",
"xgettext --omit-header -kt -j -o i18n/template.pot classes/*.php classes/*/*.php controllers/*"