Skip to content

Commit 796c5f3

Browse files
authored
Update composer.json
1 parent 10e8fd4 commit 796c5f3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@
4747
"@php artisan package:discover --ansi"
4848
],
4949
"post-update-cmd": [
50-
"@php artisan vendor:publish --tag=laravel-assets --ansi --force",
51-
"@php artisan telescope:publish --ansi"
50+
"@php artisan vendor:publish --tag=laravel-assets --ansi --force"
5251
],
5352
"post-root-package-install": [
5453
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""

0 commit comments

Comments
 (0)