From ee6030bc625866725fd9c86ca25f0de171ec3fba Mon Sep 17 00:00:00 2001 From: James Cole Date: Fri, 15 Dec 2017 11:02:49 +0100 Subject: [PATCH] Update composer file [skip ci] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5669960e8e..2907401d3a 100644 --- a/composer.json +++ b/composer.json @@ -98,7 +98,7 @@ }, "scripts": { "pre-install-cmd": [ - "echo 'hello from pre-install-cmd'" + "export APP_KEY=7ahyYVPVsmxjdhsweWCauGeJfwc92NP2 && echo 'Temporary app key is ${APP_KEY}.'" ], "post-root-package-install": [ "@php -r \"file_exists('.env') || copy('.env.example', '.env');\""