Commit e8823e79 authored by Taylor Otwell's avatar Taylor Otwell

Added clear compile pre update script.

parent 1e681292
...@@ -13,7 +13,12 @@ ...@@ -13,7 +13,12 @@
] ]
}, },
"scripts": { "scripts": {
"post-update-cmd": "php artisan optimize" "pre-update-cmd": [
"php artisan clear-compiled"
],
"post-update-cmd": [
"php artisan optimize"
]
}, },
"config": { "config": {
"preferred-install": "dist" "preferred-install": "dist"
......
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