Skip to content

Commit 7b4554d

Browse files
committed
chore: automate boost:update in composer.json
1 parent c948511 commit 7b4554d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@
5252
}
5353
},
5454
"scripts": {
55+
"post-update-cmd": [
56+
"@php artisan boost:update"
57+
],
5558
"post-autoload-dump": "@composer run prepare",
5659
"clear": "@php vendor/bin/testbench package:purge-plancraft --ansi",
5760
"prepare": "@php vendor/bin/testbench package:discover --ansi",

0 commit comments

Comments
 (0)