Commit 4fec844e authored by Barry vd. Heuvel's avatar Barry vd. Heuvel

Remove pre-update-cmd

Can't rely on being able to run php artisan, before updating.
parent a282304f
...@@ -39,10 +39,8 @@ ...@@ -39,10 +39,8 @@
"php artisan clear-compiled", "php artisan clear-compiled",
"php artisan optimize" "php artisan optimize"
], ],
"pre-update-cmd": [
"php artisan clear-compiled"
],
"post-update-cmd": [ "post-update-cmd": [
"php artisan clear-compiled",
"php artisan optimize" "php artisan optimize"
] ]
}, },
......
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