Skip to content

Commit

Permalink
Update Comoser.json file to auto pubilsh required files
Browse files Browse the repository at this point in the history
  • Loading branch information
enuenan committed Dec 14, 2023
1 parent 5035d6a commit e6184d6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,13 @@
"analyse": "vendor/bin/phpstan analyse",
"test": "vendor/bin/pest",
"test-coverage": "vendor/bin/pest --coverage",
"format": "vendor/bin/pint"
"format": "vendor/bin/pint",
"post-install-cmd": [
"@php artisan vendor:publish --provider=Enan/PathaoCourier/PathaoCourierServiceProvider"
],
"post-update-cmd": [
"@php artisan vendor:publish --provider=Enan/PathaoCourier/PathaoCourierServiceProvider"
]
},
"config": {
"sort-packages": true,
Expand Down

0 comments on commit e6184d6

Please sign in to comment.