3
0
mirror of https://github.com/snipe/snipe-it.git synced 2026-08-18 11:15:42 +00:00

Add Boost to post-update-cmd

This commit is contained in:
Marcus Moore
2026-08-03 14:49:18 -07:00
parent fbc78a5b90
commit ab59a9f4b3

View File

@ -122,6 +122,9 @@
"@php artisan package:discover --ansi",
"@php artisan vendor:publish --force --tag=livewire:assets --ansi"
],
"post-update-cmd": [
"@php artisan boost:update --ansi"
],
"post-create-project-cmd": [
"php artisan key:generate"
],