Remove pre-update-cmd

Can't rely on being able to run php artisan, before updating.
This commit is contained in:
Barry vd. Heuvel
2016-03-16 08:37:44 +01:00
parent a282304f35
commit 4fec844eb9

View File

@@ -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"
] ]
}, },