Fixes #2119 and bump version.

This commit is contained in:
James Cole
2019-02-24 07:27:24 +01:00
parent 3aa79fb1e4
commit ad31cc1c1f
7 changed files with 18 additions and 11 deletions

View File

@@ -123,7 +123,7 @@
},
"scripts": {
"pre-install-cmd": [
"@php -r \"if (!(getenv('DYNO'))===false){file_exists('.env') || copy('.deploy/heroku/.env.heroku', '.env');copy('.deploy/heroku/.locales', '.locales')}\""
"@php -r \"if (!(getenv('DYNO'))===false){file_exists('.env') || copy('.deploy/heroku/.env.heroku', '.env');copy('.deploy/heroku/.locales', '.locales');}\""
],
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""