Skip to content

Commit 91c6e71

Browse files
committed
Merge pull request laravel#3687 from barryvdh/patch-1
Remove pre-update-cmd
2 parents a282304 + 4fec844 commit 91c6e71

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
@@ -39,10 +39,8 @@
3939
"php artisan clear-compiled",
4040
"php artisan optimize"
4141
],
42-
"pre-update-cmd": [
43-
"php artisan clear-compiled"
44-
],
4542
"post-update-cmd": [
43+
"php artisan clear-compiled",
4644
"php artisan optimize"
4745
]
4846
},

0 commit comments

Comments
 (0)