mirror of
https://github.com/Icinga/icinga-php-thirdparty.git
synced 2025-07-24 22:24:46 +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": "" }
|
"psr-0": { "AssetLoader": "" }
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
"post-install-cmd": [
|
||||||
|
"AssetLoader::update"
|
||||||
|
],
|
||||||
"post-update-cmd": [
|
"post-update-cmd": [
|
||||||
"AssetLoader::update"
|
"AssetLoader::update"
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user