Skip to content

Commit bb6c23c

Browse files
committed
Merge pull request laravel#3392 from Fuxy22/patch-1
Fix occasional clear-compiled failure after update
2 parents 11a8db8 + c334e47 commit bb6c23c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,10 @@
2929
"php artisan clear-compiled",
3030
"php artisan optimize"
3131
],
32+
"pre-update-cmd": [
33+
"php artisan clear-compiled"
34+
],
3235
"post-update-cmd": [
33-
"php artisan clear-compiled",
3436
"php artisan optimize"
3537
],
3638
"post-create-project-cmd": [

0 commit comments

Comments
 (0)