Commit 3a555f92 authored by Mauri de Souza Nunes's avatar Mauri de Souza Nunes

Fix clear-compiled on composer install

parent 8c27cb56
......@@ -32,10 +32,8 @@
"php artisan clear-compiled",
"php artisan optimize"
],
"pre-update-cmd": [
"php artisan clear-compiled"
],
"post-update-cmd": [
"php artisan clear-compiled",
"php artisan optimize"
],
"post-root-package-install": [
......
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