Merge pull request #2560 from crynobone/feature/post-install-cmd
Add php artisan clear-compiled to post-install-cmd
This commit is contained in:
commit
adfa89b9b2
|
@ -18,6 +18,7 @@
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"post-install-cmd": [
|
"post-install-cmd": [
|
||||||
|
"php artisan clear-compiled",
|
||||||
"php artisan optimize"
|
"php artisan optimize"
|
||||||
],
|
],
|
||||||
"post-update-cmd": [
|
"post-update-cmd": [
|
||||||
|
|
Loading…
Reference in New Issue