Skip to content

Commit 38c6587

Browse files
Merge pull request #18 from unicodeveloper/hotfix/fix-composer-issue
fix(composer): Remove pre-update-cmd
2 parents 29ae37c + bbc5e6f commit 38c6587

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
@@ -60,10 +60,8 @@
6060
"php artisan optimize",
6161
"php artisan migrate --force"
6262
],
63-
"pre-update-cmd": [
64-
"php artisan clear-compiled"
65-
],
6663
"post-update-cmd": [
64+
"php artisan clear-compiled",
6765
"php artisan optimize"
6866
]
6967
},

0 commit comments

Comments
 (0)