Commit c334e472 authored by Norbert Fuksz's avatar Norbert Fuksz

Update composer.json

Clear compiled can fail after update it should be run before update
parent 11a8db89
...@@ -29,8 +29,10 @@ ...@@ -29,8 +29,10 @@
"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"
], ],
"post-create-project-cmd": [ "post-create-project-cmd": [
......
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