Remove pre-install thing.

This commit is contained in:
James Cole 2017-11-29 18:20:20 +01:00
parent 203556aa8e
commit aacc94cb01
No known key found for this signature in database
GPG Key ID: C16961E655E74B5E
2 changed files with 1 additions and 4 deletions

View File

@ -1,4 +1,4 @@
APP_ENV=local
APP_ENV=heroku
APP_DEBUG=true
APP_NAME=FireflyIII
APP_KEY=7ahyYVPVsmxjdhsweWCauGeJfwc92NP2

View File

@ -97,9 +97,6 @@
}
},
"scripts": {
"pre-install-cmd": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
],
"post-root-package-install": [
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
],