Browse Source

Moved pre-update-cmd to post-update-cmd

Ibrahim AshShohail 10 years ago
parent
commit
258919ad1b
1 changed files with 1 additions and 3 deletions
  1. 1 3
      composer.json

+ 1 - 3
composer.json

@@ -20,10 +20,8 @@
 		"post-install-cmd": [
 			"php artisan optimize"
 		],
-		"pre-update-cmd": [
-			"php artisan clear-compiled"
-		],
 		"post-update-cmd": [
+			"php artisan clear-compiled"
 			"php artisan optimize"
 		],
 		"post-create-project-cmd": [