Skip to content

Commit 5ed9b7a

Browse files
committed
Update composer.json
1 parent e03597c commit 5ed9b7a

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

composer.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,13 @@
6363
],
6464
"post-autoload-dump": [
6565
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
66-
"@php artisan ide-helper:generate || true",
67-
"@php artisan ide-helper:meta || true",
6866
"@php artisan package:discover --ansi"
6967
],
68+
"post-update-cmd": [
69+
"Illuminate\\Foundation\\ComposerScripts::postUpdate",
70+
"@php artisan ide-helper:generate",
71+
"@php artisan ide-helper:meta"
72+
],
7073
"post-root-package-install": [
7174
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
7275
],

0 commit comments

Comments
 (0)