From 4df1d76fc593e8a4482ec88a7075dd3727a764f8 Mon Sep 17 00:00:00 2001 From: Nicolas Widart Date: Tue, 19 Apr 2016 13:40:40 +0200 Subject: [PATCH] Removing the module migrate command on post update, due to changed composer behaviour --- composer.json | 1 - 1 file changed, 1 deletion(-) diff --git a/composer.json b/composer.json index abd89b760..feee4c338 100644 --- a/composer.json +++ b/composer.json @@ -63,7 +63,6 @@ "php artisan clear-compiled", "php artisan stylist:publish", "php artisan module:publish", - "php artisan module:migrate --force", "php artisan optimize" ], "post-create-project-cmd": [