Commit 315bb1dd authored by Taylor Otwell's avatar Taylor Otwell

Add pre-update command to remove the compiled file.

parent 6e5ca733
...@@ -13,6 +13,7 @@ ...@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment