Browse Source

Add pre-update command to remove the compiled file.

Taylor Otwell 11 years ago
parent
commit
315bb1dd9b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      composer.json

+ 1 - 0
composer.json

@@ -13,6 +13,7 @@
 		]
 	},
 	"scripts": {
+		"pre-update-cmd": "rm bootstrap/compiled.php",
 		"post-update-cmd": "php artisan optimize"
 	},
 	"minimum-stability": "dev"