Skip to content

Commit 284917b

Browse files
author
antoine
committed
cleanup legacy
1 parent 2a0add6 commit 284917b

File tree

7 files changed

+12830
-20888
lines changed

7 files changed

+12830
-20888
lines changed

demo/composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@
4949
"scripts": {
5050
"post-autoload-dump": [
5151
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
52-
"@php artisan package:discover --ansi"
52+
"@php artisan package:discover --ansi",
53+
"@php artisan vendor:publish --tag=sharp-assets --force"
5354
],
5455
"post-update-cmd": [
55-
"@php artisan vendor:publish --tag=laravel-assets --ansi --force",
56-
"@php artisan vendor:publish --tag=sharp-assets --force"
56+
"@php artisan vendor:publish --tag=laravel-assets --ansi --force"
5757
],
5858
"post-root-package-install": [
5959
"@php -r \"file_exists('.env') || copy('.env.example', '.env');\""

0 commit comments

Comments
 (0)