Skip to content

Commit 3a555f9

Browse files
committed
Fix clear-compiled on composer install
1 parent 8c27cb5 commit 3a555f9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

composer.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,8 @@
3232
"php artisan clear-compiled",
3333
"php artisan optimize"
3434
],
35-
"pre-update-cmd": [
36-
"php artisan clear-compiled"
37-
],
3835
"post-update-cmd": [
36+
"php artisan clear-compiled",
3937
"php artisan optimize"
4038
],
4139
"post-root-package-install": [

0 commit comments

Comments
 (0)