Simplfy update-locales script

This commit is contained in:
Pierre Rudloff 2017-09-29 11:49:19 +02:00
parent 2b9914f1db
commit d9de44c44d
2 changed files with 6 additions and 6 deletions

View file

@ -83,6 +83,6 @@
},
"scripts": {
"compile": "composer install --ignore-platform-reqs",
"update-locales": "vendor/bin/tsmarty2c.php templates > i18n/template.pot"
"update-locales": "tsmarty2c.php templates > i18n/template.pot"
}
}