From 8ed558456518045d9fd3b5d7c8eb19a93e694df5 Mon Sep 17 00:00:00 2001 From: Gil Rutkowski Date: Fri, 29 Nov 2013 12:42:14 -0600 Subject: [PATCH] =?UTF-8?q?Removed=20post-install=20artisan=20optimize=20f?= =?UTF-8?q?rom=20composer.json=20=E2=80=94=20this=20breaks=20first=20time?= =?UTF-8?q?=20install=20as=20a=20mail=20config=20doesn=E2=80=99t=20exist?= =?UTF-8?q?=20yet.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/composer.json b/composer.json index 80681e901f..0150f72ce7 100755 --- a/composer.json +++ b/composer.json @@ -20,9 +20,6 @@ ] }, "scripts": { - "post-install-cmd": [ - "php artisan optimize" - ], "pre-update-cmd": [ "php artisan clear-compiled" ],