Skip to content

Commit 3c28faf

Browse files
fix(composer): Remove unnessary command in post update
1 parent 754c3d9 commit 3c28faf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"php artisan clear-compiled"
6565
],
6666
"post-update-cmd": [
67-
"php artisan migrate"
67+
"php artisan optimize"
6868
]
6969
},
7070
"config": {

0 commit comments

Comments
 (0)