Skip to content

Commit c334e47

Browse files
committed
Update composer.json
Clear compiled can fail after update it should be run before update
1 parent 11a8db8 commit c334e47

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)