mirror of
https://github.com/Icinga/icinga-php-thirdparty.git
synced 2025-07-23 13:45:07 +02:00
composer.json: Run AssetLoader on post-install-cmd
`post-update-cmd` only runs in case of install if there is no lock file present.
This commit is contained in:
parent
6ba9c56b2c
commit
16df93679e
@ -63,6 +63,9 @@
|
||||
"psr-0": { "AssetLoader": "" }
|
||||
},
|
||||
"scripts": {
|
||||
"post-install-cmd": [
|
||||
"AssetLoader::update"
|
||||
],
|
||||
"post-update-cmd": [
|
||||
"AssetLoader::update"
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user