Create release package cleanly from a temporary folder (#279)
This commit is contained in:
parent
251fbe48ca
commit
a518e3b7b3
2 changed files with 22 additions and 41 deletions
|
@ -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/*"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue