Skip to content

Commit cc5322e

Browse files
committed
used vendor publish and no force
1 parent ab399c6 commit cc5322e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,12 +50,12 @@
5050
"post-install-cmd": [
5151
"php artisan clear-compiled",
5252
"php artisan optimize",
53-
"php artisan vendor:publish --tag=acl --force"
53+
"php artisan vendor:publish --tag=acl"
5454
],
5555
"post-update-cmd": [
5656
"php artisan clear-compiled",
5757
"php artisan optimize",
58-
"php artisan vendor:publish --tag=acl --force"
58+
"php artisan vendor:publish --tag=acl"
5959
],
6060
"post-create-project-cmd": [
6161
"php -r \"copy('.env.example', '.env');\"",

0 commit comments

Comments
 (0)