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:
@ -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"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user