Skip to content

Commit 4fec844

Browse files
committed
Remove pre-update-cmd
Can't rely on being able to run php artisan, before updating.
1 parent a282304 commit 4fec844

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

composer.json

+1-3
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)