Browse Source

Merge pull request #3392 from Fuxy22/patch-1

Fix occasional clear-compiled failure after update
Taylor Otwell 10 years ago
parent
commit
bb6c23c2eb
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": [