Skip to content

Commit 690fde6

Browse files
committed
added vendor publish to post update and install cmd
1 parent c8de90b commit 690fde6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,13 @@
4949
"scripts": {
5050
"post-install-cmd": [
5151
"php artisan clear-compiled",
52-
"php artisan optimize"
52+
"php artisan optimize",
53+
"php artisan vendor:publish --tag=acl --force"
5354
],
5455
"post-update-cmd": [
5556
"php artisan clear-compiled",
56-
"php artisan optimize"
57+
"php artisan optimize",
58+
"php artisan vendor:publish --tag=acl --force"
5759
],
5860
"post-create-project-cmd": [
5961
"php -r \"copy('.env.example', '.env');\"",

0 commit comments

Comments
 (0)