Remove pre-install thing.

This commit is contained in:
James Cole
2017-11-29 18:20:20 +01:00
parent 203556aa8e
commit aacc94cb01
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_DEBUG=true
APP_NAME=FireflyIII APP_NAME=FireflyIII
APP_KEY=7ahyYVPVsmxjdhsweWCauGeJfwc92NP2 APP_KEY=7ahyYVPVsmxjdhsweWCauGeJfwc92NP2

View File

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