From 35253f8acc84a32e55bd00f46c6639d7c2580a4a Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Fri, 14 Apr 2017 17:26:02 -0400 Subject: [PATCH] remove commands that break fresh installs --- composer.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/composer.json b/composer.json index 4d7886794..f926d08b0 100644 --- a/composer.json +++ b/composer.json @@ -55,12 +55,10 @@ }, "scripts": { "pre-install-cmd": [ - "php artisan config:clear", "php -r \"!file_exists('bootstrap/cache/services.php') || @unlink('bootstrap/cache/services.php');\"", "php -r \"!file_exists('bootstrap/cache/compiled.php') || @unlink('bootstrap/cache/compiled.php');\"" ], "pre-update-cmd": [ - "php artisan config:clear", "php -r \"!file_exists('bootstrap/cache/services.php') || @unlink('bootstrap/cache/services.php');\"", "php -r \"!file_exists('bootstrap/cache/compiled.php') || @unlink('bootstrap/cache/compiled.php');\"" ],