Browse Source

Update composer.json

Clear compiled can fail after update it should be run before update
Norbert Fuksz 10 years ago
parent
commit
c334e47219
1 changed files with 3 additions and 1 deletions
  1. 3 1
      composer.json

+ 3 - 1
composer.json

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