Add pre-update command to remove the compiled file.

This commit is contained in:
Taylor Otwell 2013-04-14 13:51:53 -05:00
parent 6e5ca7331e
commit 315bb1dd9b
1 changed files with 1 additions and 0 deletions

View File

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