Skip to content

Commit

Permalink
Merge pull request #644 from shikorism/feature/composer-annotate
Browse files Browse the repository at this point in the history
ide-helperのコマンドをまとめて実行するscriptを追加
  • Loading branch information
shibafu528 authored Apr 11, 2021
2 parents fe2ba5d + b9da1c9 commit 433e9a3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,11 @@
],
"test": [
"phpunit"
],
"annotate": [
"@php artisan ide-helper:generate",
"@php artisan ide-helper:model -N",
"@php artisan ide-helper:meta"
]
},
"config": {
Expand Down

0 comments on commit 433e9a3

Please sign in to comment.