Skip to content

Commit cd5600f

Browse files
committed
Package does not need post-install / post-update scripts itself
1 parent ccbba30 commit cd5600f

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

composer.json

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -44,19 +44,6 @@
4444
}
4545
},
4646
"bin": ["bin/debug"],
47-
"scripts": {
48-
"post-install-cmd": [
49-
"php artisan vendor:publish --tag=lfm_config",
50-
"php artisan vendor:publish --tag=lfm_public",
51-
"php artisan route:clear",
52-
"php aritsan config:clear"
53-
],
54-
"post-update-cmd": [
55-
"php artisan vendor:publish --tag=lfm_public --force",
56-
"php artisan route:clear",
57-
"php aritsan config:clear"
58-
]
59-
},
6047
"extra": {
6148
"laravel": {
6249
"providers": [

0 commit comments

Comments
 (0)