Skip to content

Commit 1e3bbb0

Browse files
committed
Fix composer.json
1 parent 0b9d64d commit 1e3bbb0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,7 @@
6464
"test": "vendor/bin/pest --parallel",
6565
"typescript:generate": "php demo/artisan sharp:typescript-generate",
6666
"post-autoload-dump": [
67-
"git config core.hooksPath scripts/hooks",
68-
"@php artisan boost:update --ansi"
67+
"git config core.hooksPath scripts/hooks"
6968
]
7069
},
7170
"extra": {

demo/composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@
5353
"post-autoload-dump": [
5454
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
5555
"@php artisan package:discover --ansi",
56-
"@php artisan vendor:publish --tag=sharp-assets --force"
56+
"@php artisan vendor:publish --tag=sharp-assets --force",
57+
"@php artisan boost:update --ansi"
5758
],
5859
"post-update-cmd": [
5960
"@php artisan vendor:publish --tag=laravel-assets --ansi --force"

0 commit comments

Comments
 (0)